Mesos
In case of Mesos framework deletion in Mesos master, it is possible to force scheduler to use a new framework Id.
In redis:
del god:mesos:frameworkId
If a job is terminated in Mesos but still shown as running in GoDocker (status update sync issue), one can force the update of the job in GoDocker
In redis:
set god:mesos:over:TASK_ID 7 # TASK_ID = identifier of the job, 7: mark as failed