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-47986: Catch errors from initializing Butler in worker #237

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

rra
Copy link
Member

@rra rra commented Dec 12, 2024

In the backend worker, catch errors from parsing the dataset ID or from initializing Butler. Both can fail due to bad dataset IDs and previously those exceptions weren't being translated into worker exceptions and thus were being reported as uncaught exceptions and generic job failures. Now they will be correctly translated into usage or job failure errors.

In the backend worker, catch errors from parsing the dataset ID or
from initializing Butler. Both can fail due to bad dataset IDs and
previously those exceptions weren't being translated into worker
exceptions and thus were being reported as uncaught exceptions and
generic job failures. Now they will be correctly translated into
usage or job failure errors.
@rra rra merged commit c57be2a into main Dec 12, 2024
3 checks passed
@rra rra deleted the tickets/DM-47986 branch December 12, 2024 02:20
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