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
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Sometimes, two instances of the same job should not be executed concurrently.
The goal is to add a allowConcurrent parameter in the job definition to allow/disallow concurrent job executions.
Whenever a job request comes in and there is already an execution running for the requested job, then the request should be postponed (or may be ignored, this should be configurable).
The text was updated successfully, but these errors were encountered:
Sometimes, two instances of the same job should not be executed concurrently.
The goal is to add a
allowConcurrent
parameter in the job definition to allow/disallow concurrent job executions.Whenever a job request comes in and there is already an execution running for the requested job, then the request should be postponed (or may be ignored, this should be configurable).
The text was updated successfully, but these errors were encountered: