Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery-task

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?

worker does not consume tasks after celery add_consumer is called

Django Celery results set task id to something human readable?

Get the name of celery worker from inside a celery task?

python celery celery-task

Which pool class should i use prefork, eventlet or gevent in celery?

python celery celery-task

How does Celery work?

Cannot start Celery Worker (Kombu.asynchronous.timer)

Celery CRITICAL/MainProcess] Unrecoverable error: AttributeError("'float' object has no attribute 'items'",)

flask celery celery-task

Send email task with correct context

Retrieving GroupResult from taskset_id in Celery?

python celery celery-task

Retrieve result from 'task_id' in Celery from unknown task

python celery jobs celery-task