This website requires JavaScript.
Explore
Help
Sign In
github
/
sprockets-postgres
Watch
1
Star
0
Fork
You've already forked sprockets-postgres
0
mirror of
https://github.com/sprockets/sprockets-postgres.git
synced
2024-11-14 03:00:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
aeb20c47e2
sprockets-postgres
/
VERSION
2 lines
6 B
Text
Raw
Normal View
History
Unescape
Escape
Attempt to fix the reconnection race condition 1. Add new property function in the ApplicationMixin to indicate if Postgres is connected 2. Add a new guard in the RequestHandlerMixin to check that Postgres is connected prior to executing a query, raising a 503 if it is not 3. Catch OperationalError in RequestHandlerMixin and return 503 for it 4. Timeout when waiting on the connection when attempting to reconnect 5. Log when we're creating a new pool 6. Add debug logging to trace when connectios open 7. Add tests that ensure reconnect logic works as expected
2021-04-14 19:59:13 +00:00
1.8.0
Reference in a new issue
Copy permalink