job queue implementation for python

后端 未结 9 1622
生来不讨喜
生来不讨喜 2020-12-23 17:50

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

9条回答
  •  爱一瞬间的悲伤
    2020-12-23 18:37

    If you think that Celery is too heavy for your needs then you might want to look at the simple distributed task queue:

    • https://github.com/rojkov/taskqueue
    • http://simpletaskqueue.readthedocs.org/

提交回复
热议问题