Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Is Celery as efficient on a local system as python multiprocessing is?

supervisor - how to run multiple commands

python celery supervisord

Celery task schedule (Ensuring a task is only executed one at a time)

python django celery

Add n tasks to celery queue and wait for the results

celery shutdown worker after particular task

python celery

Django Celery: Admin interface showing zero tasks/workers

celery django-celery

celery - Tasks that need to run in priority

django queue celery

How many CPU cores has a heroku dyno?

heroku cpu celery cpu-cores

Examples of Django and Celery: Periodic Tasks

celery - chaining groups and subtasks. -> out of order execution

python celery django-celery

Django and Celery - re-loading code into Celery after a change

django celery django-celery

Celery Logs into file

python celery

Disable pidfile for celerybeat

celery celerybeat

Twisted or Celery? Which is right for my application with lots of SOAP calls?

Developing with Django+Celery without running `celeryd`?

python django celery

How to debug Celery/Django tasks running locally in Eclipse

python eclipse celery

Why doesn't CeleryCAM work with Amazon SQS?

Interact with celery ongoing task

How to structure celery tasks

python celery

How does a Celery worker consuming from multiple queues decide which to consume from first?