Queueing system
seirl opened this issue · 2 comments
seirl commented
Originally posted 2017-01-10 18:15 by serialk on Bitbucket
I suggest we use long polling to queue requests, we set a fixed size of concurrent things that can execute in parallel that we can configure (/etc/camisole.conf?) and we add an endpoint to see how many items are queued, what's the average waiting time, etc.
lportemo commented
Would Celery be appropriate for this ?
juli0z commented