You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, I'm deploying Convoy using the official Helm Chart and I tried to use Redis Sentinel to have HA on it, but seems that Convoy is not compatible (even if the Chart suggest 'redis-sentinel' as a valid schema)
If you try to use that schema, the app gives you the next error:
{"level":"info","msg":"convoy.json not detected, will look for env vars or cli args","time":"2023-11-20 13:42:14"}
Error: redis: invalid URL scheme: redis-sentinel
time="2023-11-20T13:42:14Z" level=fatal msg="redis: invalid URL scheme: redis-sentinel"
Would be nice to allow that URL scheme to be able to use Sentinel.
Many thanks!
The text was updated successfully, but these errors were encountered:
I take full responsibility for this. This is on our roadmap and while we (read I) were adding cluster support, it skipped my mind to add sentinel support, but I did have in mind to add it while I was updating the helm charts. I'll update this issue with the PR that adds it.
Hello everyone.
Right now, I'm deploying Convoy using the official Helm Chart and I tried to use Redis Sentinel to have HA on it, but seems that Convoy is not compatible (even if the Chart suggest 'redis-sentinel' as a valid schema)
If you try to use that schema, the app gives you the next error:
Would be nice to allow that URL scheme to be able to use Sentinel.
Many thanks!
The text was updated successfully, but these errors were encountered: