joocer / cronicl

cronicl: data pipelines.
Apache License 2.0
0 stars 0 forks source link

Stages should have a 'busy' attribute #25

Open joocer opened 4 years ago

joocer commented 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.

joocer commented 4 years ago

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.