Description
Intermittent database connection drops during quiet low-volume market windows force incoming price records to stall while waiting for new TCP handshakes to initialize.
Technical Requirements
-
Implement an automated background keep-alive monitoring routine loop inside src/database/connection.py.
-
Issue lightweight heartbeat statements (SELECT 1;) exactly every 30 seconds to keep connection paths continuously active and optimized.
If you find this implementation useful, please star the project and leave a review! 😊
Description
Intermittent database connection drops during quiet low-volume market windows force incoming price records to stall while waiting for new TCP handshakes to initialize.
Technical Requirements
Implement an automated background keep-alive monitoring routine loop inside
src/database/connection.py.Issue lightweight heartbeat statements (
SELECT 1;) exactly every 30 seconds to keep connection paths continuously active and optimized.If you find this implementation useful, please star the project and leave a review! 😊