Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Where should you update Celery settings? On the remote worker or sender?

python django rabbitmq celery

Can I use the generic logging.Logger() in Celery tasks?

Send email task with correct context

Interoperating with Django/Celery From Java

What are the django-celery (djcelery) tables for?

Django and Celery - ModuleNotFoundError: No module named 'celery.task'

Running a task after all tasks have been completed

python rabbitmq celery

Celery and SQLAlchemy - This result object does not return rows. It has been closed automatically

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