Replies: 1 comment
-
It's inserted to the job queue, and will run as soon as a worker can lock the job for execution. Unless there's a big backlog to burn down, usually this will be right away. |
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
-
if
RunOnStart: true
is set for a Periodic job, it gets inserted to the job queue but is it also executed immediately for the first time?Beta Was this translation helpful? Give feedback.
All reactions