5 ms·
Anybody here use Celery on their production system? Is it reliable/stable? Any weird problems?
by guildchatter 15y ago
Anybody here use Celery on their production system? Is it reliable/stable? Any weird problems?
- chintan 15y agoAwesome tool! We are running some massively distributed tasks with it.
- StavrosK 15y agoWe use it for historious, it has never had any problems. I would definitely, definitely recommend it.
- matclayton 15y agoWe run it for mixcloud.com its awesome, saved us hundreds of hours of dev time easily.
- RyOnLife 15y agoWe use it/love it at Uber. Had a problem has been with the results building up in RabbitMQ and causing the queue to exceed it's memory allocation. We disabled results, and fortunately that's now the default with this release.
- enjo 15y agoWe use it in production and have for a couple of years. It's never once caused an issue.