I'm just coming back to web/API development Python after 7-8 years working on distributed systems in Go. I just built a Django+Celery MVP given what I knew from 2017 but I see a lot of "hate" towards Celery online these days. What issues have you run into with Celery? Has it gotten less reliable? harder to work with?
TkTech|1 month ago
hangonhn|1 month ago
We don't hate Celery at all. It's just a bit harder to get it to do certain things and requires a bit more coding and understanding of celery than what we want to invest time and effort in.
Again, no hate towards Celery. It's not bad. We just want to see if there are better options out there.
xmcqdpt2|1 month ago
https://python-rq.org/
It's super low on the dependencies and integrates nicely as a library into python applications. It's very bare bones.
kukkeliskuu|1 month ago
owaislone|1 month ago
alanwreath|1 month ago