Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Celery Tasks Lost after sending to rabbitmq broker

rabbitmq celery celery-task

Chain a celery task's results into a distributed group

python celery chain

Django Celery Task does not execute with .delay

django celery

Celery/RabbitMQ unacked messages blocking queue?

python rabbitmq celery urllib2

Weird error with Redis and Celery

python redis celery

Asynchronous task queues and asynchronous IO

Checking the next run time for scheduled periodic tasks in Celery (with Django)

Can I get a celery task's arguments if all I have is the task ID?

python celery

Unit testing celery tasks directly

python unit-testing celery

How not to start same task and wait until it is finished with celery beat

python celery celerybeat

django-celery without an amqp server (rabbitmq)

django celery amqp task-queue

Celery doesn't return results

python rabbitmq celery

How should I use Celery when task results are large?

Is celery's apply_async thread or process?

python celery

How can I set up Celery to call a custom worker initialization?

python celery

Celery task cannot be called (missing positional arguments) from Django app

python django task celery delay

How to mock the bound context of a celery task

Is it possible to use celery for synchronous tasks?

python task celery task-queue

How do I make multiple celery workers run the same tasks?

Running celeryd_multi with supervisor