...
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 |
...
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 |