Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery-task

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?

Celery Worker Error: ImportError no module named celery

How to access the orm with celery tasks?

Celery Flower dashboard remove worker

How to use asyncio and aioredis lock inside celery tasks?

Celery - Cannot fetch task results

Celery task re-queued into broker on graceful shutdown when run locally but get lost in kubernetes despite same configs