Re: cron-like scheduling in mesos framework?

2017-01-10 Thread l vic
io/chronos/docs/api.html#constraints > > Diogo Gomes > > > > > On 10 de jan de 2017, at 14:31, l vic <lvic4...@gmail.com> wrote: > > OK, got it, thanks. > That makes it useless for data backup though, if chronos starts new > container on the node where it does

Re: cron-like scheduling in mesos framework?

2017-01-10 Thread l vic
erhaps not very clearly: > the task 'ls /' will be run in a 4th container. It is a new process. > > Cheers, > > On 10/01/17 15:54, l vic wrote: > > Great, but I have several servers: 3 different containers running on 3 > > different nodes. If i try to schedule the job : >

Re: cron-like scheduling in mesos framework?

2017-01-10 Thread l vic
ot;512", "uris" : ["file:///.dockercfg"], "command": "ls /" }' Will it schedule the job on all 3 nodes, or only the first one? Can I actually choose which one in my json? Thks On Tue, Jan 10, 2017 at 10:47 AM, Stephen Gran <stephen.g...@piksel.com

Re: cron-like scheduling in mesos framework?

2017-01-10 Thread l vic
container task with Chronos, n problem: > > https://mesos.github.io/chronos/docs/api.html#job-configuration > > Check the container field. > > – > Best regards, > Radek Gruchalski > ra...@gruchalski.com > > > On January 6, 2017 at 7:17:36 PM, l vic (lvic4...@gmail.com)

Re: cron-like scheduling in mesos framework?

2017-01-06 Thread l vic
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 > ra...@gruchalski.com > > > On January 6, 2017

cron-like scheduling in mesos framework?

2017-01-06 Thread l vic
Hi, Is there a way to schedule mesos framework task for execution at certain day/time? Thank youm -V