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

Celery: Auto Discovery Does Not Find Tasks Module In App

I have the following setup with a fresh installed celery and django 1.4: settings.py: import djcel… Read more Celery: Auto Discovery Does Not Find Tasks Module In App

Celery : Launch Chord Callback After Its Associated Body

When I launch a list of chord() containing a group of tasks and a callback, the callbacks are calle… Read more Celery : Launch Chord Callback After Its Associated Body

Celery Not Picking Celery_always_eager Settings

I am running Django 1.8 + Celery 4.0.2 Celery is configured well and can run my Django tasks locall… Read more Celery Not Picking Celery_always_eager Settings

Python Celery - How To Call Celery Tasks Inside Other Task

I'm calling a task within a tasks in Django-Celery Here are my tasks. @shared_task def post_not… Read more Python Celery - How To Call Celery Tasks Inside Other Task

Trouble Getting Result From Celery Queue

I have been playing with Celery on Windows 7. Right now, I am going through the Next Steps tutoria… Read more Trouble Getting Result From Celery Queue

How To Get All Tasks And Periodic Tasks In Celery

Possible Duplicate: How can I find all subclasses of a given class in Python? In my Django projec… Read more How To Get All Tasks And Periodic Tasks In Celery

Run While Loop Concurrently With Flask Server

I'm updating some LEDs using python. I've been doing this like so: from LEDs import * myLED… Read more Run While Loop Concurrently With Flask Server

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