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

DM-44720: Improve serialization of task errors #166

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Conversation

rra
Copy link
Member

@rra rra commented Jun 7, 2024

Derive TaskError from SlackException so that eventually we can report unexpected errors to Slack. Rely on SlackException to handle serialization support, which is currently on a Safir branch.

Add support for including a traceback of the cause of a TaskError exception, and enable that for exceptions from the image cutout backend. Hopefully those exceptions will not contain any security-sensitive information.

rra added 2 commits June 7, 2024 14:36
Derive `TaskError` from `SlackException` so that eventually we can
report unexpected errors to Slack. Rely on `SlackException` to handle
serialization support, which is currently on a Safir branch.

Add support for including a traceback of the cause of a `TaskError`
exception, and enable that for exceptions from the image cutout
backend. Hopefully those exceptions will not contain any
security-sensitive information.
Try the test branch of image_cutout_backend and see if it fixes
various deprecation warnings.
@rra rra force-pushed the tickets/DM-44720 branch 2 times, most recently from de22c9d to a86b322 Compare June 7, 2024 21:50
@rra rra merged commit 812f8b0 into main Jun 7, 2024
3 checks passed
@rra rra deleted the tickets/DM-44720 branch June 7, 2024 22:09
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.

1 participant