rbitia/aci-demos

Convert the SQLite job queueing service to a Redis queue.

Opened this issue · 1 comments

The current SQLite usage of for a job queueing system has a lot of vulnerabilities and might not have full run to completion if a job is lost. A redis queue would solve this.

this would be nice