Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Why is Celery not shutting down cleanly?

python celery

Using celery to process huge text files

What is the different between the get logger functions from celery.utils.log and logging?

python django logging celery

How to programmatically tell Celery to send all log messages to stdout or stderr?

python logging 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