job queue implementation for python

job-queue, python

Solution

In addition to multiprocessing there's also the Celery project, if you're using Django.

Problem

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

Original source