If I have cluster of 3 running containers - how Chronos will select one to schedule the job?
On Fri, Jan 6, 2017 at 1:33 PM, Radek Gruchalski <[email protected]> wrote: > Chronos launches a task on Mesos whenever a scheduled event is bound to > happen. > You can run a container task with Chronos, n problem: > > https://mesos.github.io/chronos/docs/api.html#job-configuration > > Check the container field. > > – > Best regards, > Radek Gruchalski > [email protected] > > > On January 6, 2017 at 7:17:36 PM, l vic ([email protected]) wrote: > > Chronos is a separate service... I have database cluster running as Mesos > framework. I have to periodically schedule data backups using shell > scripts within running docker container. Is that possible with Chronos? > > On Fri, Jan 6, 2017 at 11:47 AM, Radek Gruchalski <[email protected]> > wrote: > >> There are two options: >> >> - https://github.com/dcos/metronome >> - https://github.com/mesos/chronos >> >> while Metronome, apparently, being a successor of Chronos. >> >> – >> Best regards, >> Radek Gruchalski >> [email protected] >> >> >> On January 6, 2017 at 5:40:45 PM, l vic ([email protected]) wrote: >> >> Hi, >> Is there a way to schedule mesos framework task for execution at certain >> day/time? >> Thank youm >> -V >> >> >

