Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-celery

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

django celery django-celery

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

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

Stopping celery task gracefully

How to configure TASK_SERIALIZER with django-celery

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

How to diagnose Celery workers that hang

celery django-celery

How do I get django celery to write to the test database for my functional tests?

Django Celery Beat with Database scheduler not running tasks

Schedule tasks using django-celery based on user input

Celery beat queue includes obsolete tasks

Calling a celery task hanging in Heroku environment

Django celery - asyncio - daemonic process are not allowed to have children

python celery django-celery

Can you run Celery in a different container from Django?

django celery django-celery

Celery AsyncResult get hostname

celery django-celery

Celery-Django: Celery vs django management commands

Celery First Steps - timeout error on result.get()

How to send celery all logs to a custom handler . in my case python-logstash handler

Running multiple Django Celery websites on same server

AsyncResult(task_id) returns "PENDING" state even after the task started