Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in celery

Update Django model object once Celery task is complete

django celery django-celery

Framing Errors in Celery 3.0.1

python django rabbitmq celery

Celery not connecting to Redis Broker (Django)

django redis celery

Module name conflict in Python, how to resolve?

How do I permanently remove a celery task from rabbitMQ?

passing file instance as an argument to the celery task raises "ValueError: I/O operation on closed file"

python django celery

Can celery celerybeat use a Database Scheduler without Django?

python redis celery celerybeat

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