Re: cron-like scheduling in mesos framework?

2017-01-10 Thread Diogo Gomes
For this purpose, you should use constraints. https://mesos.github.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 st

More filters on /master/tasks enpoint and filters on /master/state

2015-12-28 Thread Diogo Gomes
, for example. The use case will be to use mesos to fill our load balancer with tasks data. Marathon currently provides something like this, but only for his tasks, using /v2/apps/?label=[key]==[value] Diogo Gomes