-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Send migration errors individually #8959
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
Conversation
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
✨ Benchmark results
⚡ Benchmark Comparison
|
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.
Does this stop the "migration failed" logs being pushed as well?
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.
Just saw in CLI scope we have a logError
resource so that the logging function can be shared between tasks, let's add the same in worker scope and use that here
What does this PR do?
This PR makes it so that migration errors get fired individually against the logger
Test Plan
I added purposeful exceptions into migration lib locally and tested this works as intended.
Checklist