project-receptor / python-receptor

Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Other
32 stars 21 forks source link

Remove the completed work from the active_work list whether it caused an exception or not #162

Closed dehort closed 4 years ago

dehort commented 4 years ago

Right now it looks like the remove_work() method is only called in the case of an exception.