echonet: size the echonet pod for the OS runner workload#14721
Draft
ron-starkware wants to merge 1 commit into
Draft
echonet: size the echonet pod for the OS runner workload#14721ron-starkware wants to merge 1 commit into
ron-starkware wants to merge 1 commit into
Conversation
This was referenced Jul 7, 2026
Contributor
Author
c6964c9 to
8f1246c
Compare
d891574 to
cdfdc92
Compare
8f1246c to
b2639b2
Compare
cdfdc92 to
99eeafc
Compare
b2639b2 to
d3378b2
Compare
Pin the pod to an n4-standard-8 via nodeSelector (+ the sequencer pool toleration) so ScaleOps's cost policy can't downsize it onto an n4-standard-4, raise requests/limits to 6cpu/16Gi–8cpu/32Gi to match the 8-worker OS-runner working set, and bump gunicorn to 8 threads / 300s timeout so blob handlers keep up while OS subprocesses saturate the node. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
d3378b2 to
e70c980
Compare
99eeafc to
e5a14b5
Compare
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.

Pin the pod to an n4-standard-8 via nodeSelector (+ the sequencer pool
toleration) so ScaleOps's cost policy can't downsize it onto an
n4-standard-4, raise requests/limits to 6cpu/16Gi–8cpu/32Gi to match
the 8-worker OS-runner working set, and bump gunicorn to 8 threads /
300s timeout so blob handlers keep up while OS subprocesses saturate
the node.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com