-
Notifications
You must be signed in to change notification settings - Fork 332
Add idle timeout to code server instead of relying on heartbeat file #3357
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
Signed-off-by: pmahindrakar-oss <prafulla.mahindrakar@gmail.com>
machichima
left a comment
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.
While this timeout is only set through the flytekit constant, this change make sense to me! Leaving this just as a note
| MAX_IDLE_SECONDS = 10 * HOURS_TO_SECONDS # 10 hours |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3357 +/- ##
===========================================
+ Coverage 80.27% 92.52% +12.24%
===========================================
Files 417 8 -409
Lines 32477 722 -31755
Branches 2979 0 -2979
===========================================
- Hits 26071 668 -25403
+ Misses 5601 54 -5547
+ Partials 805 0 -805 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Bito Automatic Review Skipped – PR Already Merged |
Tracking issue
Codeserver pods fail to shutdown even after the flytekit configured 10 hour timeout
What changes were proposed in this pull request?
Use the officially recommended approach to use the environment variable
How was this patch tested?
Trivial change
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link
Summary by Bito