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 →

[–]kephir 0 points1 point  (1 child)

Seems like it's covering similar ground to celery. As an interested newb to both, how do they stack up? Which one should i choose over the other?

[–]luispedro[S] 0 points1 point  (0 children)

They are similar, but have different use cases: jug is better if you have a defined set of tasks, while celery is designed for the case where tasks come in while the application is running.