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

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

Django Celery Periodic Task At Specific Time

I am using celery==4.1.1 in my project. In my settings.py, I have the following: from celery.schedu… Read more Django Celery Periodic Task At Specific Time

Starting Worker With Dynamic Routing_key?

I have one queue with several task types and I need to run worker for specific task. Something like… Read more Starting Worker With Dynamic Routing_key?

Oserror: Dlopen(libsystem.dylib, 6): Image Not Found

Just updated my Mac to El Capitan 10.11. I am trying to run Django 1.6 with Celery 3.1 and I'm… Read more Oserror: Dlopen(libsystem.dylib, 6): Image Not Found

Is It Possible To Use Django Models Module Only In My Project?

I am developing a small independent python application which uses Celery. I have built this using d… Read more Is It Possible To Use Django Models Module Only In My Project?

Celery Prefetch Multiplier Setting No Effect

I have a series of servers running multiple workers. These are long-running tasks, requiring anywh… Read more Celery Prefetch Multiplier Setting No Effect