Do you know/use any distributed job queue for python? Can you share links or tools
Look at beanstalkd
If you think that Celery is too heavy for your needs then you might want to look at the simple distributed task queue:
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