gsksivesh / dagobah

Simple DAG-based job scheduler in Python
Do What The F*ck You Want To Public License
2 stars 1 forks source link

Behavior on Daemon Exit #8

Open gsksivesh opened 5 years ago

gsksivesh commented 5 years ago

Issue by thieman Thursday May 16, 2013 at 14:20 GMT Originally opened as https://github.com/thieman/dagobah/issues/1


On daemon restart, known jobs are constructed from their representations in the backend. This currently does not store state of running jobs. This could lead to some unexpected behavior if the daemon exits while a job is running. Find a better way.