adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Make Job Queue persistent #34

Closed adamkewley closed 5 years ago

adamkewley commented 6 years ago

Currently, the job queue is in-memory. If Jobson crashes, or the server is reset, all jobs are automatically aborted by Jobson on the next reboot to maintain consistency (it can't "know" how to reload the job queue).

mtazzari commented 6 years ago

This will be a crucial feature for systems that have, e.g., forced weekly reboots!