Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

how to remove task from celery with redis broker?

How to limit the maximum number of running Celery tasks by name

python celery celery-task

Celery : Execute task after a specific time gap

kombu.exceptions.EncodeError: User is not JSON serializable

In celery, what would be the purpose of having multiple workers process the same queue?

celery tasks with long eta (8+ hours) are executed multiple times in a row when eta is reached

redis celery celery-task

Retrying celery failed tasks that are part of a chain

Celery task state always pending

Difference between different ways to create celery task