-
I set up a cron job that runs every three seconds. But I also want them to run one by one, not simultaneously. Are there any ideas out there? |
Beta Was this translation helpful? Give feedback.
Answered by
sheerlox
Feb 24, 2025
Replies: 2 comments 1 reply
-
what do you mean by "one by one, not simultaneously?" if it runs every three seconds the job will run every three seconds which sounds like one by one to me |
Beta Was this translation helpful? Give feedback.
1 reply
-
This feature is available since version 3.3.0 🚀 For more information, check out the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sheerlox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature is available since version 3.3.0 🚀
For more information, check out the
waitForCompletion
option in the documentation.