You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, all the scheduled executions stay open, until user sees them.
If a script runs quite often, it causes a lot of tabs, which a user should check, which is not very UX friendly
Also, this consumes server resources (mostly memory)
So there should be an option to mark the execution as viewed automatically
I would make it default behavior, because a user can always see execution log via history.
Except the cases, when there is an output file
The text was updated successfully, but these errors were encountered:
bugy
changed the title
Scheduler: add a possibility to cleanup executions additionally
Scheduler: add a possibility to cleanup executions after finishing
Aug 26, 2022
Done. Now scheduled executions are cleaned up (i.e. removed from active executions) automatically by default. This behaviour can be disabled via scheduling.auto_cleanup = false setting in a script configuration
CC @barrelltitor this should be available on dev version
Now, all the scheduled executions stay open, until user sees them.
If a script runs quite often, it causes a lot of tabs, which a user should check, which is not very UX friendly
Also, this consumes server resources (mostly memory)
So there should be an option to mark the execution as viewed automatically
I would make it default behavior, because a user can always see execution log via history.
Except the cases, when there is an output file
The text was updated successfully, but these errors were encountered: