OpenHistoricalMap / issues

File your issues here, regardless of repo until we get all our repos squared away; we don't want to miss anything.
Creative Commons Zero v1.0 Universal
19 stars 1 forks source link

PG::ConnectionBad Issue in Web Container #886

Closed Rub21 closed 6 days ago

Rub21 commented 1 month ago

From: https://discord.com/channels/413070382636072960/634106496560398349/1284581061933793280

Bug description

There was a PG::ConnectionBad issue in the web container, and this is the first time I’ve encountered this issue, though the database itself was running normally. I’ve restarted the web containers, and the issue has been resolved, as I received the confirmation email. However, this issue could potentially happen again. A possible solution would be to add a liveness checker to monitor the database connection in addition to the existing liveness checker we have for Apache verification.

logs: https://gist.github.com/Rub21/8558a611b0e7ef879ebed5791a5d3f6a

cc. @1ec5 @danrademacher @batpad

Rub21 commented 6 days ago

This si done!