pricingassistant / mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent
MIT License
877 stars 117 forks source link

Functionality for process managers like supervisor should be decoupled #190

Closed saikatkumardey closed 6 years ago

saikatkumardey commented 6 years ago

Supervisor doesn't have a stable python-3 package for now. I would like to use circusd or XYZ process manager.

sylvinus commented 6 years ago

Hi @saikatkumardey!

supervisor has been removed from the 0.9.x branch: https://github.com/pricingassistant/mrq/tree/0.9.x

You should test it, but by default MRQ will launch just one process and not use supervisord, so you can already use it with another process supervisor!