Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Supervising celerybeat with supervisor and virtualenv

Why does celery needs a message broker?

Is there a way to make Celery/RabbitMQ persistent?

Celery: why do I need a broker for periodic tasks?

python celery celery-broker

Can Celery tasks survive restart?

celery

how to setup sqlalchemy session in celery tasks with no global variable

python sqlalchemy celery

Some Celery tasks work, others are NotRegistered

Retrieving GroupResult from taskset_id in Celery?

python celery celery-task

Retrieve result from 'task_id' in Celery from unknown task

python celery jobs celery-task

How can I detect whether I'm running in a Celery worker?

python celery

How to implement autoretry for Celery tasks

python celery

Celery autodiscover_tasks not working for all Django 1.7 apps

python django celery

Why do we need Signatures in Celery?

Why does Celery work in Python shell, but not in my Django views? (import problem)

python django unix import celery

Celery: ignoring BROKER_URL in config file

Celery Flower as Daemon

celery tornado flower

Celery works, but with flower doesn't work

celery amqp flower

Celery Result backend. DisabledBackend object has no attribute _get_task_meta_for

python celery

Celery, calling delay with countdown

how to remove task from celery with redis broker?