job queue implementation for python

后端 未结 9 1613
生来不讨喜
生来不讨喜 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:28

    There's also "bucker" by Sylvain Hellegouarch which you can find here:

    • http://trac.defuze.org/wiki/bucker

    It describes itself like this:

    • bucker is a queue system that supports multiple storage for the queue (memcached, Amazon SQS for now) and is driven by XML messages sent over a TCP connections between a client and the queue server.

提交回复
热议问题