Open joocer opened 4 years ago
running is currently determined by there being no messages in queues, this will cause premature termination if there is a long running job with no waiting messages.
running should check for empty queues and the busy attribute.
Is this not in part what TERM is for, TERM should be used to kill off processes and therefore if something hasn't been TERMed it's still running.
running is currently determined by there being no messages in queues, this will cause premature termination if there is a long running job with no waiting messages.
running should check for empty queues and the busy attribute.