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

Does Machinery V1 support Redis TLS connection (rediss://) #792

Open zli-sf opened 1 year ago

zli-sf commented 1 year ago

Does Machinery V1 support Redis V6 and up which requires TLS connection (rediss://)?

If yes, how to set the config so InsecureSkipVerify parameter could be set to true

aviadhahami commented 7 months ago

did u even try looking? https://github.com/RichardKnop/machinery/blob/233ea996e4be9eae90ca927fc6f0e7d0a53e4305/v1/factories.go#L134