Skip to content
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

Backport #1092: Change logs to use current_exceptions_to_string() instead of exception= pattern #1115

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

NHDaly
Copy link
Collaborator

@NHDaly NHDaly commented Oct 2, 2023

Backport #1092 to v1.9. This is because v1.10 made a breaking change to the retry behavior, which is preventing us at RAI from upgrading to v1.10, but this fix is a high-priority repair item for a previous customer-facing incident.

We're backporting this to ensure better visibility into HTTP errors for existing workloads.

NHDaly and others added 2 commits October 2, 2023 09:24
…tion=` pattern (#1092)

* Change logs to use `current_exceptions_to_string()` instead of `exception=`

* cleanup unused variable `catch e`

* Update Exceptions.jl for older julia

* Rename err => msg; fix missing import

* Make "Don't retry on internal exceptions" less flakey

---------

Co-authored-by: Nick Robinson <npr251@gmail.com>
Co-authored-by: Tomáš Drvoštěp <tomas.drvostep@gmail.com>
@NHDaly NHDaly merged commit e04a6ba into release-1.9 Oct 2, 2023
1 check passed
@NHDaly NHDaly deleted the nhd-logging-patterns-1.9.16 branch October 2, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants