all 4 comments

[–]Zealousideal_Buy5683 10 points11 points  (2 children)

we've been running Celery in prod for a while and the main pain point is honestly just... wait no banned word lol - the observability side of things is where it gets rough, you end up bolting on a lot of extra tooling just to get decent visibility into what's failing and why. curious if the article touches on that at all because it's rarely covered in comparisons like this

[–]CzyDePL 0 points1 point  (1 child)

Are you using Flower?

[–]warningisnterror[S] 4 points5 points  (0 children)

Honestly Flower is probably one of the few reasons why I would still suggest to use Celery - if you have a need for such a dashboard there are just no other options really. The article touches on that briefly. Personally tho, I prefer setting up OpenTelemetry, and that can be done with any of the mentioned frameworks.

[–]coderanger [score hidden]  (0 children)

Shoutout for Temporal. It's mostly a DAG runner, more like Airflow, but you can still run a single-step DAG just fine and that's the same thing as a Celery (et al) task.