Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-celery

How to make a celery task call asynchronous tasks?

celeryd and celerybeat pid files are not being created, workers are not starting, but output says OK

Celery will not flush memory when task has ended

django celery django-celery

Got celery.exceptions.NotRegistered but celery -A app inspect registered shows that my tasks are registered

Celery beat - different time zone per task

Can I restart a FAILED celery task?

celery django-celery

Django celery: scheduling recurring task but with fixed start date

Can I convert a django video upload from a form using ffmpeg before storing the video?

Celery - "WorkerLostError: Worker exited prematurely: signal 11 (SIGSEGV)"

How to disable celery tasks while testing on django

Django celery - start a periodic task after a set duration of the completion of the previous instance

Django, ImportError: cannot import name 'task' from 'celery'

python django django-celery

Celery eventlet worker threads using too many database connections

Stop the currently running task by celery worker in Django