Add in K8s jobs for some common data cleaning commands#2785
Merged
jayoshih merged 7 commits intolearningequality:hotfixesfrom Jan 14, 2021
Merged
Add in K8s jobs for some common data cleaning commands#2785jayoshih merged 7 commits intolearningequality:hotfixesfrom
jayoshih merged 7 commits intolearningequality:hotfixesfrom
Conversation
Hotfixes -> master
Launch the new Studio
jayoshih
approved these changes
Jan 14, 2021
Codecov Report
@@ Coverage Diff @@
## hotfixes #2785 +/- ##
============================================
+ Coverage 80.80% 84.84% +4.04%
============================================
Files 281 291 +10
Lines 12659 15263 +2604
============================================
+ Hits 10229 12950 +2721
+ Misses 2430 2313 -117
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add in both
set_storage_usedandmark_incompleteas cronjobs.set_storage_usedhas been set to run every midnight.mark_incompletehas been set to run every 2 years. This cronjob is actually just a hack so we can spawn this job whenever we need. Creating this as a cronjob/job rather than a one-off task we run in bash means that this can be retried by k8s when it fails, rather than needing manual restart intervention.