Currently, removing a job does not clean up the references to it being blocked. Consequently, if a job with the same name is re-created later, it will start its life blocked.
The code in this PR will delete the references to a job being blocked when the job is removed.
Currently, removing a job does not clean up the references to it being blocked. Consequently, if a job with the same name is re-created later, it will start its life blocked.
The code in this PR will delete the references to a job being blocked when the job is removed.