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
Trigger has a Cron Definition of * * * * and a raises a jobrun at 12:00 which takes 5 mins.
Without NoParallelExecution, the trigger would again raise a jobRun at 12:01 even if the previous job did no complete.
-> NoParallelExecution does therefore prevent the trigger from triggering a new jobRun, but does not prevent other triggers from triggering a job.
The text was updated successfully, but these errors were encountered:
So we decided to stick with this name for now, but have also discussed that we should extend the feature so that no other trigger (independent which type) can schedule a new run. Then it would be an update to the Job itself. See #46
Applies to the following situation
Trigger has a Cron Definition of * * * * and a raises a jobrun at 12:00 which takes 5 mins.
Without NoParallelExecution, the trigger would again raise a jobRun at 12:01 even if the previous job did no complete.
-> NoParallelExecution does therefore prevent the trigger from triggering a new jobRun, but does not prevent other triggers from triggering a job.
The text was updated successfully, but these errors were encountered: