Can the job interval be scheduled to start after the completion of the previous run? #564
-
I have a job set to run every 5 minutes:
I do not use I would like my task to always run 5 minutes after the previous iteration finishes, not every 5 minutes regardless of how long the previous run took. Example: Let's say the first execution of my job starts at 09:00:10 and ends at 09:00:20. The next execution will start at 9:05:10. However, is it possible to have the next execution start 5 minutes after the previous one finishes, so that the next one starts at 9:05:20? And then if that one finished at 09:05:35, I would want the following one to start at 09:10:35, not at 09:10:10. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @FireSmack Not currently supported, but I can see how that would be a useful feature. |
Beta Was this translation helpful? Give feedback.
-
I guess a trivial/naive way to do this would be to just have a Would that work @FireSmack, or are there other reqs as well? |
Beta Was this translation helpful? Give feedback.
Hey @FireSmack
Not currently supported, but I can see how that would be a useful feature.