Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Weird error with Redis and Celery

python redis celery

Asynchronous task queues and asynchronous IO

Checking the next run time for scheduled periodic tasks in Celery (with Django)

Can I get a celery task's arguments if all I have is the task ID?

python celery

Unit testing celery tasks directly

python unit-testing celery

How not to start same task and wait until it is finished with celery beat

python celery celerybeat

django-celery without an amqp server (rabbitmq)

django celery amqp task-queue

Celery doesn't return results

python rabbitmq celery

How should I use Celery when task results are large?

Is celery's apply_async thread or process?

python celery

How can I set up Celery to call a custom worker initialization?

python celery

Celery task cannot be called (missing positional arguments) from Django app

python django task celery delay

How to mock the bound context of a celery task

Is it possible to use celery for synchronous tasks?

python task celery task-queue

How do I make multiple celery workers run the same tasks?

Running celeryd_multi with supervisor

Celery - How does countdown work?

python celery

Celery Tasks Not Being Processed

Django-Celery: djkombu_queue table no created

Celery - Completes task but never returns result