Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery-task

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

In celery, how to ensure tasks are retried when worker crashes

Celery chain not working with batches

Prioritizing queues among multiple queues in celery?

celery celery-task

How to solve the a celery worker configuration with keyword argument namespace='"CELERY"error in the celery file

Where do you set the task_id of a celery task?