Questions tagged [mesos-chronos]

Chronos is a distributed version of cron that is a tool for a Mesos cluster to run jobs at scheduled times. Use this tag for questions specifically about Chronos (API, how to schedule using, troubleshooting, and configuration).

Chronos is a distributed and fault-tolerant version of cron that is a tool for a Mesos cluster to run jobs at scheduled times. It has several improvement to cron such as triggering jobs based on other jobs.

References

Related Tags

33 questions
0
votes
0 answers

DC/OS with chronos on localhost vagrant very unreliable

I have a local deployment with DC/OS where I also installed chronos. My setup is one master, one agent and the boot image: m1, a1, boot. The problem is that the jobs I send to chronos either don't get into queue or seem to not execute or...they get…
Romeo Mihalcea
  • 9,714
  • 12
  • 50
  • 102
0
votes
0 answers

Chronos setting environment variable leads to error

I tried this both on the chronos config and in my job definition: "environmentVariables": [ { "name": "DOCKER_API_VERSION", "value": "$(docker version --format '{{.Server.Version}}')" } ], It always…
Romeo Mihalcea
  • 9,714
  • 12
  • 50
  • 102
-1
votes
1 answer

Docker hangs and gets corrupted on reboot

We are running a scheduling engine with docker, chronos & mesos. Running 2 mesos slaves on each node. Sometimes, too many Jobs gets executed on each node and docker becomes unresponsive and docker gets corrupted on rebooting the server. Is there…
user1578872
  • 7,808
  • 29
  • 108
  • 206
1 2
3