Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery-task

In Celery tasks, do retry_backoff and retry_backoff_max affect the manual self.retry() calls?

celery celery-task

Stop the currently running task by celery worker in Django

How to log exception using autoretry in Celery tasks

Run celery tasks concurrently using pytest

upgrading celery 4.x.x to 5.x.x in Django app - execute_from_commandline() replacement

Celery worker ImportError: No module named 'project'

How to call a Celery shared_task?

Celery: @shared_task and non-standard BROKER_URL

python rabbitmq celery-task

Call DRF ViewSet via Celery task

AttributeError: 'PathDistribution' object has no attribute 'name'

Sending bytes in a string to Redis in order to using it as parameter for Celery's task

Have Celery broadcast return results from all workers

python celery celery-task

Run celery periodic task for 1 hour, it it takes more then 1 hour, expire that task?