Stabilize the event-loop release gate #886
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#886
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/884-stabilize-release-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #884
The post-merge release run for #885 exposed a load-sensitive timing assertion: the event loop remained non-blocking, but the runner scheduled a 10ms heartbeat after 103ms against an 80ms wall-clock threshold. Replace that clock assertion with worker start/finish events that directly prove the heartbeat executes while the blocking lookup is still running.
Verification: focused test passed 10/10 repeated runs; full suite 1688 passed, 1 skipped.