Couple of questions #254
Unanswered
glenelkinsdev
asked this question in
Q&A
Replies: 2 comments
-
i would add to this another important question: i have noticed that when a container is restarted, then the cronjob is rescheduled automatically, regardless of the actual cron scheulde rule. This is really not desirable. is there a way to prevent this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not supposed to work with I guess |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So far i'm loving this, it's the only swarm scheduler i have found that actually works. I do have a couple of questions:
When my service is running in replicated mode, lets say i say 9 replicas, it seems to automatically go back to just 1. Is this the correct behaviour? I ask because i have a container that processes video files, converts the format etc i don't want it to just run 1 container every minute, i want it to be able to use the swarm to process say 10 videos at once, thus replicating it across my nodes. Is there a way to do this?
Is there a way to make it run every 20 seconds?
Beta Was this translation helpful? Give feedback.
All reactions