Add an option on Cronjobs > New to set 'no-overlap' #1052
Closed
stefanpejcic
started this conversation in
Ideas
Replies: 1 comment
|
implemented in 2.0.1 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
for https://community.openpanel.org/d/209-how-to-avoid-parallel-cron-jobs-execution-in-openpanel :
on /cronjobs?view=code we should before user saves validate the format, make sure its format is:
empty row between them is required for gui
and may have an optional
no-overlapat end for each:on
/cronjobs/newtemplate add a checkbox that will add that no-overlap if selected when user is creating the jobon
/cronjobstable show column for overlap and on edit field to make it checkbox or not - not removes for it if exists, checked adds it if not exist.All reactions