Skip to content Skip to sidebar Skip to footer
Showing posts with the label Celery Task

Django Celery Implementation - Oserror : [errno 38] Function Not Implemented

I installed django-celery and I tried to start up the worker server but I get an OSError that a fun… Read more Django Celery Implementation - Oserror : [errno 38] Function Not Implemented

Kombu/celery Messaging

I have a simple application that sends & receives messages, kombu, and uses Celery to task the … Read more Kombu/celery Messaging

Celery Task Custom Tracking Method

My main problem relies on the fact that i need to know if a task is still queued, started or revoke… Read more Celery Task Custom Tracking Method