pythonjob-queue

job queue implementation for python


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


Solution

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