-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simultaneous start of processes #742
Comments
I guess I have same behaviour, but in my case I'm scheduling jobs with 2 seconds interval. Sometimes they're scheduled twice with subsecond difference between each run. |
I think this is expected, you are specifying two tags with cardinality, you need to specify just one tag in the job, do you have more than one datacenter? if not, try with just:
Let me know if that work, I will review the filters that are taking place with this config though. |
check with #749 |
If use
in config file -- all work normal |
Describe the bug
~ 1-4 times per hour simultaneous start of processes, even with the option "concurrency": "forbid".
Example of job:
To Reproduce
Server #1:
Server #2:
Server #3
Expected behavior
There will be no task launches on two servers at the same time
** Specifications:**
The text was updated successfully, but these errors were encountered: