Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery-task

Django celery: scheduling recurring task but with fixed start date

Celery - "WorkerLostError: Worker exited prematurely: signal 11 (SIGSEGV)"

How to disable celery tasks while testing on django

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