job queue implementation for python

user90150 picture user90150 · Aug 26, 2009 · Viewed 13.5k times · Source

Do you know/use any distributed job queue for python? Can you share links or tools

Answer

optixx picture optixx · Jul 21, 2010

Pyres is a resque clone built in python. Resque is used by Github as their message queue. Both use Redis as the queue backend and provide a web-based monitoring application.

http://binarydud.github.com/pyres/intro.html