Understanding job execution order #816
-
I would like to understand the exact order in which the jobs are being executed. Is it FIFO or is non deterministic? How is the execution order affected in singleton mode when a job is being rescheduled? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The jobs are stored in a map. So, depending on how you add them to the scheduler, the answer is different.
|
Beta Was this translation helpful? Give feedback.
The jobs are stored in a map. So, depending on how you add them to the scheduler, the answer is different.
NewJob