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
Just a slight quality-of-life request - can logs for this be dropped to WARN or maybe even INFO?
To me it seems this is expected behavior, and wouldn't be considered an error. It would be nice to drop the severity on this one so alerts for real errors won't trip over this and it won't have to be filtered otherwise.
2021-07-19T16:37:34.048Z [ERROR] policy_eval.worker: failed to evaluate policy: eval_id=70c8ea00-1c40-9ffb-f732-29cddb212153 eval_token=8e13fa3c-8c68-2aa8-da50-be561332f67e id=3fe0dfca-376c-6a37-deba-dd84d95e9a2b policy_id=0b03eba3-153e-4c7f-dab9-325d3cff760e queue=horizontal error="failed to scale target: failed to scale group /: Unexpected response code: 400 (job scaling blocked due to active deployment)"
Low priority - just a thought. Thanks folks!
The text was updated successfully, but these errors were encountered:
I'm not sure how this is hooked up, but I was curious if dropping the log level would also prevent showing error events here? To me it seems like the same deal where it's not really an error, but maybe good to know still.
Yes, they are kind of related. If you try to scale a job during a deployment, the endpoint will trigger an error since the scaling action wasn't able to proceed.
Just a slight quality-of-life request - can logs for this be dropped to WARN or maybe even INFO?
To me it seems this is expected behavior, and wouldn't be considered an error. It would be nice to drop the severity on this one so alerts for real errors won't trip over this and it won't have to be filtered otherwise.
Low priority - just a thought. Thanks folks!
The text was updated successfully, but these errors were encountered: