Do you know/use any distributed job queue for python? Can you share links or tools
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.