Our Postgres DBs in two different apps are going back and forth between alerting and okay repeatedly. It started in both apps at the same time. The errors are:
HTTP GET http://<IPv4-ADDRESS>:5500/flycheck/pg: 500 Internal Server Error Output: "[✗] proxy: context deadline exceeded"
Followed usually within a few seconds with a success:
HTTP GET http://<IPv4-ADDRESS>:5500/flycheck/pg: 200 OK Output: "[✓] replication: currently leader
[✓] proxy check: [<IPv6-ADDRESS>]:5432 connected
[✓] connections: 15 used, 3 reserved, 300 max"
It’s been happening every few minutes for about the last hour and a half.
Is there something I need to do to remedy this, or is it an issue on Fly’s end?
I’ve been seeing regular postgres errors for the past hour at least as well. tcp connections being force closed then connection refused for a few seconds then back like the server is cycling regularly.
This seems to be back, though not as severe. I’ve seen 15+ instances of the error so far today on two different apps in ORD. @kurt is this same issue, or something new?