up vote 14 down vote favorite
8
share [g+] share [fb]

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

link|improve this question

70% accept rate
3  
Hmm, which one is preferred by pink ponies? ;-) – Andre Miller Jul 9 '09 at 7:23
1  
"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 '09 at 10:14
feedback

2 Answers

up vote 40 down vote accepted

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|improve this answer
11  
Funny comment :) – Tomasz Blachowicz Jul 9 '09 at 7:17
I was searching in google for anything like "Soup" related to task queue framework .. funny names!! – asyncwait Aug 18 '09 at 15:22
Isn't your explanation a little bit simplistic? How about celery worker - easy management, configuration, startup scripts, rate limits etc. – Tomas May 11 '11 at 16:37
feedback

May you should see this http://www.slideshare.net/idangazit/an-introduction-to-celery

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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