Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Scheduling thousands of one-off (non-reoccuring) tasks for near-simultaneous execution via Django-celery

passing django request object to celery task

python django celery

celery multiple workers but one queue

redis celery

Celery does not registering tasks

python django celery

Graphite show top 10 metrics filtered by time

celery graphite

prevent duplicate celery logging

python logging celery

Django & Celery: How do I schedule a job to run only once using Celery(similar to "at" command in linux)?

django celery schedule

How to configure CELERYBEAT_SCHEDULE in Django settings?

In celery, what is the appropriate way to pass contextual metadata from sender process to worker when a task is enqueued?

Abort a running task in Celery within django

ImportError: No module named 'tasks'

Airflow Running task from UI, KeyError: No such transport

Stopping celery task gracefully

Celery 'Getting Started' not able to retrieve results; always pending

How to ignore certain Python errors from Sentry capture

python django celery sentry

Celery - Activate a task via command line or HTTP requests

Celery beat not starting EOFError('Ran out of input')

celery celerybeat kombu

How to configure TASK_SERIALIZER with django-celery

Implementing "idle" and "normal" priority queues for long-running tasks in Celery