Scifabric / pybossa

PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
http://pybossa.com
GNU Affero General Public License v3.0
745 stars 268 forks source link

redis-sentinel doesn't start with supervisor #1971

Closed dvhassel closed 4 years ago

dvhassel commented 4 years ago

Hi, I can't seem to start redis-sentinel with the help of supervisor. running the command manually (sudo redis-sentinel /etc/redis/sentinel.conf) works fine however.

Any suggestions?

dvhassel commented 4 years ago

you can close this. I re-installed the box and managed to get it working.

I had to change the command in https://github.com/Scifabric/pybossa/blob/master/contrib/supervisor/redis-sentinel.conf

to command=/usr/bin/redis-server /etc/redis/sentinel.conf --sentinel