In my case, we need to run the project in multi instances, but current queue is in memory, the queue can't be shared between instances; so a persistent queue(like celery...) would be very helpful, then this project would be suitable for production.
Any play for this ?