Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

python celery max-tasks-per-child-setting default

python celery celery-task

Celery tries to connect to the wrong broker

python redis celery celeryd

Errno 111 Connection refused when using Celery with SQS

django celery amazon-sqs

Python cassandra-driver OperationTimeOut on every query in Celery task

Connection is closed when a SQLAlchemy event triggers a Celery task

Getting TypeError: 'Module' object is not callable on celery task decorator

django celery

getting error distributionNotFound

python celery

Periodic tasks in Django/Celery - How to notify the user on screen?

django celery django-celery

Celery-Django as Daemon: Settings not found

python django celery daemon

Docker config : Celery + RabbitMQ

Django + Celery tasks on multiple worker nodes

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?