-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: rds error should fail loudly in sfn #6255
Conversation
Deployment Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6255 +/- ##
=======================================
Coverage 91.76% 91.76%
=======================================
Files 175 175
Lines 14129 14129
=======================================
Hits 12965 12965
Misses 1164 1164
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
This change works for cxg + seurat, but the original ticket mentions marking the sfn as failed upon errors in the validate step also. I'm not 100% sure if we should, since some validate failures will be intended failures (i.e. the curator submits an invalid dataset), but it would be helpful for debugging cases where the failure is unexpected. I'm not sure how simple it'd be to determine whether a validation error is expected or unexpected and handle accordingly. @Bento007 your thoughts?
We can decouple that change to unblock this, if we make a separate ticket for it
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.
@Bento007, I believe, mentioned that it might be problematic to fail before we deregister the Job Definition. Am I recalling correctly? This step runs before then, so that'd be a problem if so
@nayib-jose-gloria that's right, I'll fix that. |
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.
Will you also be catching error from download and validate in future work?
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.
🔥
Reason for Change
Changes
Testing steps
Checklist 🛎️
Notes for Reviewer