feat(ntx-builder): serve priority network accounts first - #2586
Open
SantiagoPittella wants to merge 1 commit into
Open
feat(ntx-builder): serve priority network accounts first#2586SantiagoPittella wants to merge 1 commit into
SantiagoPittella wants to merge 1 commit into
Conversation
SantiagoPittella
force-pushed
the
santiagopittella-ntx-priority-accounts
branch
from
September 7, 2026 14:18
47e8ace to
87924e8
Compare
SantiagoPittella
force-pushed
the
santiagopittella-ntx-priority-accounts
branch
from
September 8, 2026 13:33
87924e8 to
c804081
Compare
SantiagoPittella
force-pushed
the
santiagopittella-ntx-priority-accounts
branch
from
September 9, 2026 21:00
c804081 to
5344e7b
Compare
Mirko-von-Leipzig
approved these changes
Sep 10, 2026
Mirko-von-Leipzig
left a comment
Collaborator
There was a problem hiding this comment.
That's pretty cool; I thought this would be more difficult.
SantiagoPittella
force-pushed
the
santiagopittella-ntx-priority-accounts
branch
from
September 10, 2026 16:47
5344e7b to
98996bc
Compare
SantiagoPittella
force-pushed
the
santiagopittella-ntx-priority-accounts
branch
from
September 11, 2026 21:28
98996bc to
25f37f6
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.
Last of four PRs in the stack for #2491.
Summary
Adds
--priority-account, which you can repeat. Those accounts get served before anything else when the scheduler fills its slots. Nothing is reserved for the other accounts. Each priority account only ever holds one slot, since an account with a running attempt is skipped anyway, so the only way to starve the rest is to list as many priority accounts as slots. We have an startup warnining in that case.Includes a lockfile bump of
wnafto0.14.1to fix CI.Changelog