yangdx
17106225dd
Add PostgreSQL connection retry mechanism with comprehensive error handling
...
• Implement connection retry with backoff
• Add transient error detection
• Pool management with timeout guards
(cherry picked from commit e758204ab2 )
2025-12-04 19:08:58 +08:00
yangdx
8f924d6f21
Add PostgreSQL connection retry configuration options
...
- Add retry environment variables
- Fix asyncpg import in retry tests
(cherry picked from commit bd535e3e7a )
2025-12-04 19:08:57 +08:00
yangdx
60a695539a
Refactor PostgreSQL retry config to use centralized configuration
...
• Move retry config to ClientManager
• Remove env var parsing from PostgreSQLDB
• Add config params to test setup
(cherry picked from commit b3ed264707 )
2025-12-04 19:08:57 +08:00
yangdx
de2713ca93
Add PostgreSQL connection retry mechanism with comprehensive error handling
...
• Implement connection retry with backoff
• Add transient error detection
• Pool management with timeout guards
(cherry picked from commit e758204ab2 )
2025-12-04 19:06:30 +08:00
yangdx
39ad057384
Refactor PostgreSQL retry config to use centralized configuration
...
• Move retry config to ClientManager
• Remove env var parsing from PostgreSQLDB
• Add config params to test setup
(cherry picked from commit b3ed264707 )
2025-12-04 19:06:06 +08:00