Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery-task

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

python celery celery-task

Django + Celery tasks on multiple worker nodes

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

Abort a running task in Celery within django

Stopping celery task gracefully

Celery - Activate a task via command line or HTTP requests

Reset countdown on Celery task

django celery celery-task

Mocking a Celery task call in Python with patch

Celery - how to get task name by task id?

python celery celery-task

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

How I can specify SQS queue name in celery

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

Storing a task id for each celery task in database

Celery + SQS is receiving same task twice, with same task id at same time

In celery how to get the task status for all the tasks for specific task name?

running celery as daemon using supervisor is not working

Celery tasks not throwing exception in Django Tests

How to enter arguments of celery jobs into database to be queried; using mysql

When I use Django Celery apply_async with eta, it does the job immediately