| ▲ | Kwpolska 3 days ago | |||||||
I tried to use Celery for something extremely trivial (granted, 5+ years ago). It was so badly documented and failed to do basic things I would expect from a task queue (like progress reporting) I have no idea why it was and still is popular. | ||||||||
| ▲ | languagehacker 3 days ago | parent | next [-] | |||||||
Just because you couldn't figure it out doesn't mean the capability wasn't there. More than ten years ago at this point I was running a massively scaled Celery + RabbitMQ + Redis deployment with excellent off-the-shelf reporting using Flower. | ||||||||
| ||||||||
| ▲ | andrewstuart 2 days ago | parent | prev [-] | |||||||
I hated celery so much I wrote my own message queue. There’s not much software I really dislike but Celery is one. A nightmare within a nightmare to configure and run. | ||||||||