-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(pod): add reload mechanism to pod #2261
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
Codecov Report
@@ Coverage Diff @@
## master #2261 +/- ##
==========================================
+ Coverage 90.54% 90.64% +0.10%
==========================================
Files 209 209
Lines 11311 11335 +24
==========================================
+ Hits 10241 10275 +34
+ Misses 1070 1060 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
This PR add a new argument
--load-interval
, allow Executor load dynamically while querying.--dump-interval
dumps indexed data to workspace at every x seconds.--load-interval
reload the Executor in the Pod at every x seconds.By default do not reload executor.