keda pause - proper way to do it
the proper way to pause keda from taking in any messages from a queue/topic or event is using annotation below
autoscaling.keda.sh/paused-replicas: "0" # Optional. Use to pause autoscaling of objects
autoscaling.keda.sh/paused: "true" # Optional. Use to pause autoscaling of objects explicitly
Comments