worker: Overrule resource hog runner container on startup#3749
Merged
worker: Overrule resource hog runner container on startup#3749
Conversation
mjh1
approved these changes
Sep 24, 2025
AI can be surprising sometimes
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3749 +/- ##
===================================================
- Coverage 31.94444% 31.93740% -0.00704%
===================================================
Files 158 158
Lines 47520 47543 +23
===================================================
+ Hits 15180 15184 +4
- Misses 31437 31455 +18
- Partials 903 904 +1
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
5 tasks
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.
What does this pull request do? Explain your changes. (required)
This is to make sure that
ai-runnercontainers that have gone rogue and are consumingall of the system resources (normally VRAM) are able to get killed by a restarting O.
The problem used to be that the O died out of VRAM when starting and couldnt' get to kill
the runner. This change makes sure that we do it ASAP in the startup so that it frees resources
so the new O can start.
Specific updates (required)
How did you test each of these updates (required)
Not yet.
Does this pull request close any open issues?
Fixes INF-350
Checklist:
makeruns successfully./test.shpass