job queue implementation for python

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

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

9条回答
  •  Happy的楠姐
    2020-12-23 18:30

    redqueue? It's implemented in python+tornado framework, speaks memcached protocol and is optionally persistent into log files. Currently it is also able to behave like beanstalkd, the reserve/delete way in memcache protocol as well.

    REDQUEUE

提交回复
热议问题