Skip to content

Galactic brisk stellar#30

Merged
tsconfigdotjson merged 4 commits intomainfrom
galactic-brisk-stellar
Feb 18, 2026
Merged

Galactic brisk stellar#30
tsconfigdotjson merged 4 commits intomainfrom
galactic-brisk-stellar

Conversation

@tsconfigdotjson
Copy link
Copy Markdown
Owner

No description provided.

tsconfigdotjson and others added 4 commits February 17, 2026 19:52
The registry reload at the start of each watchdog tick was overwriting
the scheduler's in-memory status="suspended" back to "active" from disk
before runSuspend completed. This caused health checks to run against a
dying VM under slow suspend (e.g. systemd cgroup I/O limits).

Fix: share the scheduler's inFlight set with the watchdog loop. The loop
now skips both registry overwrites and health checks for in-flight
tenants.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The registry reload only updated existing in-memory tenants via
Object.assign but never added new tenants or removed evicted ones.
Now syncs the full tenant list from disk each tick.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tsconfigdotjson tsconfigdotjson merged commit c4acec8 into main Feb 18, 2026
1 check passed
@tsconfigdotjson tsconfigdotjson deleted the galactic-brisk-stellar branch February 18, 2026 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant