Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-celery

Celery time statistics per-task-name

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

can't import django model into celery task

MongoEngine and dealing with "UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking"

Get current celery task id anywhere in the thread

Django Celery Beat - How to pass arguments using the DatabaseScheduler

Django 1.6 and Celery 3.0 memory leaks

Can't pickle : attribute lookup builtin.function failed

python django django-celery

Amazon-SQS + Django-Celery creates thousands of queues (a queue for every message)

Django-celery : Passing request Object to worker

Celery: long dedicated monolithic task vs short multiple tasks

Python SEM_OPEN Error

Django celery retrieve task status using Ajax

NotRegistered exception when using django-celery with redis

How do I set a backend for django-celery. I set CELERY_RESULT_BACKEND, but it is not recognized

celery beat doesn't work properly

multiple workers and multiple queues on celery django daemon

Run celery task without workers

Django Celery: manage.py celeryd returns "Unknown Command"

django celery django-celery

Difference between usage of Django celery and Django cron-jobs?