Replies: 1 comment
-
|
ping? |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When acquireTriggersWithinLock = false (default) and when selecting 1 trigger, acquireNextTriggers() skips obtaining LOCK_TRIGGER_ACCESS.
Below in acquireNextTrigger() there's
Set<JobKey> acquiredJobKeysForNoConcurrentExecwhich tries to prevent acquiring more than 1 trigger for a non-concurrent job.My question is, given that we don't own a lock, what prevents several instances from acquiring several triggers for one job?
Or what am I missing?
TIA
Beta Was this translation helpful? Give feedback.
All reactions