Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Prevent Celery Beat from running the same task

How to load balance celery tasks across several servers?

python rabbitmq celery

Celery time statistics per-task-name

How to dynamically schedule tasks in Django?

python django celery

Configure celery to wait for backend service to start

python celery

How do you ensure a Celery chord callback gets called with failed subtasks?

python celery

Mocking Celery `self.request` attribute for bound tasks when called directly

django unit-testing celery

How to continue executing celery queue after stopping Redis and then starting it later?

RabbitMQ / Celery with Django hangs on delay/ready/etc - No useful log info

python django rabbitmq celery

celery memory management

python celery

celery .delay hangs (recent, not an auth problem)

python django rabbitmq celery

Celery: access to time of last run of task?

python django celery

Is there distributed task queue in Python that enables me to kill hanging tasks that are not willing to cooperate

Suggestions on distributing python data/code over worker nodes?

django 1.7rc3 and celery 3.13 - AppRegistryNotReady

python django celery

Celery Worker sleep not working correctly

python celery sleep worker

Using both gevent (or eventlet) and prefork workers with Celery

Run Celery Worker from FLASK app

python flask celery

can't import django model into celery task

How to give name to each node in celery

python celery supervisord