rbitia / aci-demos

Demos with ACI
https://aka.ms/acidemos
22 stars 20 forks source link

Convert the SQLite job queueing service to a Redis queue. #33

Open samkreter opened 6 years ago

samkreter commented 6 years ago

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.

rbitia commented 6 years ago

this would be nice