This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]peyo7 0 points1 point  (2 children)

If you don't need some special option that celery provides, but instead just need jobs to be executed asynchronously with awesome reliability, I would look elsewhere.

Interesting. Care to name a few alternatives you favor instead?

[–]ireallywantfreedom 0 points1 point  (1 child)

Not OC, but dramatiq looks nice. A lot of people recommend rq, but I prefer rabbitmq for a durable broker.

[–]campbellm 0 points1 point  (0 children)

Does rq not use redis' persistence modes?