Keep operator session validation off the event loop #276
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#276
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/275-nonblocking-session-validation"
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 #275
Moves durable session lookups to a worker thread, makes validation SQL read-only, skips public-route lookups, and reuses middleware validation for session status. Durable revocation and fail-closed registry errors remain intact.
Verification
pytest -q→ 485 passedpython3 -m compileall -q src tests