RichardKnop / machinery

Machinery is an asynchronous task queue/job queue based on distributed message passing.
Mozilla Public License 2.0
7.52k stars 914 forks source link

Configuration with Redis Sentinel #782

Open xlanor opened 2 years ago

xlanor commented 2 years ago

Does anyone have an example of a configuration file for a redis Sentinel connection?

I'm able to write a task to a redis sentinel cluster, but am unable to read from the redis cluster, worker just stays at waiting for running tasks.