-
Notifications
You must be signed in to change notification settings - Fork 15
chore: remove schema 4 feature flag and temp reprocess citations batch job #6369
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
Deployment Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6369 +/- ##
==========================================
+ Coverage 91.99% 92.01% +0.01%
==========================================
Files 180 180
Lines 14803 14789 -14
==========================================
- Hits 13618 13608 -10
+ Misses 1185 1181 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR has not seen any activity in the past 2 weeks; if nobody comments or reviews it in the next 3 days, this PR will be closed. |
} | ||
}) | ||
} | ||
|
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.
@nayib-jose-gloria @Bento007 are we sure we want to remove this?
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.
I thought when we were quarterbacking this at least one of you was a strong proponent of building this solution in to keep around. @Bento007 don't you have a slice of code you were working on to do some aspect of the reprocessing? Can't remember where you ended up on 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.
@Bento007 made a point that keeping this around while we're not using it or working on productionalizing it just creates extra AWS job defs every time we create an rdev. Should we want to pick it up again and make it robust, it'd require enough of a rewrite that this code wouldn't be super useful anyway (most of the useful stuff is copied from the dataset metadata update batch job, so it is captured there should we want to expand 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.
Approving though consider whether or not the reprocessing batch job should actually be removed, as commented on
Reason for Change
Changes
Testing steps
Checklist 🛎️
Notes for Reviewer