cpg1111 / maestrod

Manager Daemon for maestro https://github.com/cpg1111/maestro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed workers do not get cleaned up properly

cpg1111 opened this issue · comments

There is code in the master branch to clean up a worker if it has not been heard from in some time. Currently this does not work as intended.

It should be that after a configurable period of silence from the worker, it is removed from the running queue and deleted from the runtime maestrod is integrated with.