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
Running a brand new keda 2.9.3 install (my first keda install) on EKS, monitoring many redis celery queues, and getting occasional panics in redisScaler.
I believe it is happening only when I am applying changes to the scaler configuration (though I was making no changes to the redis trigger.)
Expected Behavior
No panics
Actual Behavior
Rarely, during application of updates to a ScaledObject with a redis trigger, I would get the panic. The operator would restart fine after a few seconds.
Okey, I found the issue, the logger isn't properly assigned during the scaler generation and on any error (which should be just logged) the operator panics.
Report
Running a brand new keda 2.9.3 install (my first keda install) on EKS, monitoring many redis celery queues, and getting occasional panics in redisScaler.
I believe it is happening only when I am applying changes to the scaler configuration (though I was making no changes to the redis trigger.)
Expected Behavior
No panics
Actual Behavior
Rarely, during application of updates to a ScaledObject with a redis trigger, I would get the panic. The operator would restart fine after a few seconds.
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.9.3
Kubernetes Version
1.24
Platform
Amazon Web Services
Scaler Details
redis
Anything else?
No response
The text was updated successfully, but these errors were encountered: