-
Notifications
You must be signed in to change notification settings - Fork 858
fix: exclude InactiveScheduleError for error logging #4183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: exclude InactiveScheduleError for error logging #4183
Conversation
Exclude InactiveScheduleError for error logging as it's expected behavior within the chain
/gcbrun |
Build Failed 😭 Build Id: 27225b80-24de-4379-80c4-c46cc4c22501 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
/gcbrun |
Build Failed 😭 Build Id: 51c58989-1d9b-4fc0-95d5-6399cd16097a Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Looks like there's something wrong with the |
Not sure if this is an "us" problem a "them" problem or both :) @0xaravindh do you have the time to investigate? |
Thanks for pointing it out — I’ll take a look. |
/gcbrun |
1 similar comment
/gcbrun |
Build Failed 😭 Build Id: 63dae0c6-7bac-48a5-a925-65c47df1dc03 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
e2e Error
|
I didn’t face this error on my side. It might be a temporary issue from Microsoft’s end. |
/gcbrun |
Build Failed 😭 Build Id: 452b2616-5642-4fc9-8d0d-968ad747b58f Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
/gcbrun |
Build Succeeded 🥳 Build Id: b5a95ea6-a502-45db-84ce-2fcedbbae69f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
/gcbrun |
Build Succeeded 🥳 Build Id: 84fca4c9-7ab2-4143-b932-1ae036ae545f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@peterzhongyi I think this is ready for review/submission |
/gcbrun |
Build Succeeded 🥳 Build Id: cc8c9012-8b95-4df1-9346-901224849bfb The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
/gcbrun |
Build Failed 😭 Build Id: f1dbe4fd-2e09-4a7b-a82f-3ab6a63bc23b Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
/gcbrun |
Build Failed 😭 Build Id: 30d2d0ae-f330-43d0-8b0b-297e014cb3bf Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
/gcbrun |
Build Succeeded 🥳 Build Id: 4e2de8cb-d01d-4c0b-8e0d-b267efcaf3ae The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Exclude InactiveScheduleError for error logging as it's expected behavior when iterating through the chain.
This will prevent unnecessary noise as we are already logging events for policies that are being applied and don't want to log Schedule policies that are not being applied due to InactiveScheduleError.
Which issue(s) this PR fixes:
This is a follow-up to #4179
Special notes for your reviewer: