You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query scheduler currently expects all connections to follow a specific protocol. Health checks and other diagnostic operations would benefit from a more flexible protocol that supports multiple request types.
Proposal
Extend the protocol to include a header byte indicating request type. This would allow the scheduler to:
Recognise health check requests
Log health status appropriately
Respond with predefined responses or close the connection as appropriate
Support future request types without breaking existing functionality
Benefits
Cleaner separation of concerns between health checks and normal operations