-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Flink] Add option to use JobManager to store history of jobs #151
Conversation
for more information, see https://pre-commit.ci
…ngeo-forge-runner into gcorradini/historyserver
for more information, see https://pre-commit.ci
…ngeo-forge-runner into gcorradini/historyserver
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #151 +/- ##
==========================================
+ Coverage 96.36% 96.44% +0.07%
==========================================
Files 15 15
Lines 495 506 +11
==========================================
+ Hits 477 488 +11
Misses 18 18 ☔ 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.
Minor style changes but otherwise lgtm
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.
The changes look good to me. One minor suggestion, will merge after that.
Thanks for incorporating this, @ranchodeluxe!
Thanks @ranchodeluxe! |
Mount EFS to Job Managers so they can archive jobs for historical status lookups
Addresses #122
Related PR: pangeo-forge/pangeo-forge-cloud-federation#6