Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-celery

Using django-nose and django-celery together -- unit testing

Celery's pytest fixtures (celery_worker and celery_app) does not work

django celery django-celery

Celery with rabbitmq creates results multiple queues

Celery tasks profiling

django-celery: bind=True fails, takes 2 positional arguments but 3 were given

python django django-celery

Django Celery socket.error: [Errno 111] Connection refused

Celery tasks without result write to result backend

celery django-celery

How to use Supervisor + Django + Celery with multiple Queues and Workers?

Stopping/Purging Periodic Tasks in Django-Celery

How to set up different weekday/weekend schedules for celery beat in Django?

Django Celery Beat admin updating Cron Schedule Periodic task not taking effect

Is it possible to query state of a celery tasks using django-celery-results during the execution of a task?

python django django-celery

Why does celery return a KeyError when executing my task?

Retrieve queue length with Celery (RabbitMQ, Django)

When I use Django Celery apply_async with eta, it does the job immediately

tracking progress of a celery.group task?

Can not use celery delay for saved form: object is not JSON serializable

django django-celery

Why are celery_taskmeta and other tables not being created when running a syncdb in django?

django celery django-celery

Celery task schedule (Celery, Django and RabbitMQ)