Alexander Rusa
Alexander Rusa
Oh no, sorry, I found the solution. It was a command in the mosh configuration for this particular server. When there is a command configured mosh executes it and in...
Sure! I just wanted to show my working configuration and how to get it. I think that helps to see that I use credentials and not secrets and how to...
> It's interesting that this problem occurs (at least in my case) only when I'm using RockyLinux 9.2... I tried the exact same stack but this time Ubuntu 20.04.6LTS and...
There's even a really old gem that adds the functionality of setting a "redis+sentinel://" URL to the redis-rb gem. As there were no updates to this gem since 6 years...
Thanks @nbelzer! I think you found the root of the problems. I had the same problems for 2 different Rails apps after updating to 7.1 Setting the queue_adapter to :inline...
I think you are right and this problem was fixed 3 months ago with this commit https://github.com/OT-CONTAINER-KIT/redis-operator/commit/8e8ded98acd13d3660d155bf0c510096121b669a But there was no release in the last 3 months, so I'll have...
OMG, this issue is really bad. Even knowing your solution and searching the code for additionalSentinelConfig I'm not able to find out how this parameter is supposed to be used....
Is the problem solved? How does the solution look like?
I have the same issue. Just freshly installed the redis-operator using helm and created a new redis-cluster. It only created leader-0 which is hanging in "CrashLoopBackOff" and the same error...
For me this solved the problem: ```yaml nodeConfVolume: true nodeConfVolumeClaimTemplate: spec: accessModes: ["ReadWriteOnce"] resources: requests: storage: 1Gi ``` As seen in this template: https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/example/v1beta2/redis-cluster.yaml