Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mesos

 

At scheduler startup, if specified in config (mesos/reconcile), framework will try to reconcile GoDocker running jobs with Mesos tasks to sync task status.

 

In case of Mesos framework deletion in Mesos master, it is possible to force scheduler to use a new framework Id.

...

Code Block
del god:jobs:running  # Clear the running jobs queue used by watchers/executors

 

If a job fails to be killed by mesos executor, go to the mesos slave and stop the Docker container

Code Block
docker stop XYZ