Open MikeDacre opened 8 years ago
Currently implemented for local jobs in 0.6.2, could potentially expand to all jobs. Would alter syntax to be a queue montor
daemon, identical in operation to the current local queue but for all jobs.
This will be tricky in cases where there are multiple login nodes, as concurrent operation could allow the DB to be corrupted. The only way to get around that with SQLite would be to make the DB node-specific
Needs:
Importantly:
Base
to make information persistent.