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 269 forks source link

supervisor redis-sentinel conf file #1999

Closed jeanphilippegoldman closed 4 years ago

jeanphilippegoldman commented 4 years ago

https://github.com/Scifabric/pybossa/blob/c9c6f7480ee5b8f5b9518e819c9c6592e60de64d/contrib/supervisor/redis-sentinel.conf#L2

shouldn't this line be rather this ? : command=/usr/bin/redis-server /etc/redis/sentinel.conf --sentinel

teleyinex commented 4 years ago

Well, we have created the redis-sentinel script to avoid adding the --sentinel flag, but yes, that would work as well. See this file: https://github.com/Scifabric/pybossa/blob/master/contrib/redis/redis-sentinel.service