You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to start many nearly identical jobs/services once every X minutes, but not at the exact same time (to not overload the swarm workers).
For now, I handle this manually by specifying a different schedule label for each service.
When I have new services, I have to check for potential overlaps, etc.
As you can imagine, this is pretty cumbersome to maintain.
Have you planned to implement something like the H syntax used in Jenkins ?
It would greatly improve this use case.
Cf. :
I use robfig/cron on swarm-cronjob for cron implementation and there is a (closed) PR on robfig/cron#47 about this. I will resume work on this PR when I've got time so that we can have an implementation on our side.
Hello,
I would like to start many nearly identical jobs/services once every X minutes, but not at the exact same time (to not overload the swarm workers).
For now, I handle this manually by specifying a different schedule label for each service.
When I have new services, I have to check for potential overlaps, etc.
As you can imagine, this is pretty cumbersome to maintain.
Have you planned to implement something like the
H
syntax used in Jenkins ?It would greatly improve this use case.
Cf. :
The text was updated successfully, but these errors were encountered: