Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery-task

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

Celery - group inside a chain

python celery celery-task

Django Celery implementation - OSError : [Errno 38] Function not implemented

Celery chain breaks if one of the tasks fail

Test if a celery task is still being processed