Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Celery or beanstalkd or both?

I know (but I do not understand) that Celery can use Beanstalk as delivery mechanism.

From the Beanstalkd Homepage

"Beanstalk is a simple, fast work queue."

From the Celery Homepage

"It’s a task queue with focus on real-time processing, while also supporting task scheduling."

That seems pretty similar to me. So, why would I choose Celery instead of plain beanstalk? Or why would I choose beanstalk instead of full-grown Celery?

I would like to add a task/work queue to my webapp, but I am not sure which way to go.

like image 766
blueFast Avatar asked Jul 09 '12 15:07

blueFast


1 Answers

Here is the relevant discussion in the Celery mailing list

like image 122
blueFast Avatar answered Oct 14 '22 05:10

blueFast