...
Switch GoDocker to maintenance and wait for any running job to complete. Once, on mesos side, all jobs are over, if you still have some jobs running in GoDocker, you can delete those jobs.
Stop scheduler and watchers processes.
In mongodb:
Code Block |
---|
db.jobs.remove({'status.primary': 'running'}) # Will delete all jobs in running status |
Then in redis:
Code Block |
---|
del god:jobs:running # Clear the running jobs queue used by watchers/executors |