vote up 5 vote down star
5

I'm a little confused as to which one I should use. I think either will work, but is one better or more appropriate than the other?

http://github.com/ask/carrot/tree/master

http://github.com/ask/celery/tree/master

flag

70% accept rate
3  
Hmm, which one is preferred by pink ponies? ;-) – Andre Miller Jul 9 at 7:23
"Appropriate"? What does "appropriate" mean? Appropriate for what? Soup? Please provide some hint as to what you're doing and why you might care which you use. – S.Lott Jul 9 at 10:14

1 Answer

vote up 15 vote down check

If you need to send/receive messages to/from AMQP message queues, use carrot.

If you want to run scheduled tasks on a number of machines, use celery.

If you're making soup, use both ;-)

link|flag
7  
Funny comment :) – Pregzt Jul 9 at 7:17
I was searching in google for anything like "Soup" related to task queue framework .. funny names!! – Vadi Aug 18 at 15:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.