Postgres db won't start

My db wont start.
The logs I get

2022-10-24T14:38:28.849 app[5cd2264f] fra [info] keeper | Running...

2022-10-24T14:38:28.850 app[5cd2264f] fra [info] sentinel | Running...

2022-10-24T14:38:28.851 app[5cd2264f] fra [info] proxy | Running...

2022-10-24T14:38:28.854 app[5cd2264f] fra [info] exporter | Running...

2022-10-24T14:38:28.941 app[5cd2264f] fra [info] exporter | INFO[0000] Starting Server: :9187 source="postgres_exporter.go:1837"

2022-10-24T14:38:28.964 app[5cd2264f] fra [info] proxy | [WARNING] 296/143828 (546) : parsing [/fly/haproxy.cfg:38]: Missing LF on last line, file might have been truncated at position 96. This will become a hard error in HAProxy 2.3.

2022-10-24T14:38:28.983 app[5cd2264f] fra [info] proxy | [NOTICE] 296/143828 (546) : New worker #1 (570) forked

2022-10-24T14:38:29.849 app[5cd2264f] fra [info] checking stolon status

2022-10-24T14:38:30.015 app[5cd2264f] fra [info] proxy | [WARNING] 296/143830 (570) : bk_db/pg1 changed its IP from (none) to fdaa:0:b4ff:a7b:23c4:2:3d43:2 by flydns/dns1.

2022-10-24T14:38:30.015 app[5cd2264f] fra [info] proxy | [WARNING] 296/143830 (570) : Server bk_db/pg1 ('fra.mghierontabackend-db.internal') is UP/READY (resolves again).

2022-10-24T14:38:30.015 app[5cd2264f] fra [info] proxy | [WARNING] 296/143830 (570) : Server bk_db/pg1 administratively READY thanks to valid DNS answer.

2022-10-24T14:38:30.117 app[5cd2264f] fra [info] sentinel | 2022-10-24T14:38:30.116Z FATAL cmd/sentinel.go:2030 cannot create sentinel: cannot create store: cannot create kv store: Unexpected response code: 429 (Your IP is issuing too many concurrent connections, please rate limit your calls

2022-10-24T14:38:30.117 app[5cd2264f] fra [info] sentinel | )

2022-10-24T14:38:30.119 app[5cd2264f] fra [info] sentinel | exit status 1

2022-10-24T14:38:30.119 app[5cd2264f] fra [info] sentinel | restarting in 3s [attempt 1]

2022-10-24T14:38:30.404 app[5cd2264f] fra [info] panic: error checking stolon status: cannot get cluster data: Unexpected response code: 429

2022-10-24T14:38:30.404 app[5cd2264f] fra [info] : exit status 1

2022-10-24T14:38:30.404 app[5cd2264f] fra [info] goroutine 9 [running]:

2022-10-24T14:38:30.404 app[5cd2264f] fra [info] main.main.func2(0xc0000d0000, 0xc000084a80)

2022-10-24T14:38:30.404 app[5cd2264f] fra [info] /go/src/github.com/fly-examples/postgres-ha/cmd/start/main.go:81 +0x72c

2022-10-24T14:38:30.404 app[5cd2264f] fra [info] created by main.main

2022-10-24T14:38:30.404 app[5cd2264f] fra [info] /go/src/github.com/fly-examples/postgres-ha/cmd/start/main.go:72 +0x43b

2022-10-24T14:38:30.769 app[5cd2264f] fra [info] Starting clean up.

2022-10-24T14:38:30.782 app[5cd2264f] fra [info] Umounting /dev/vdc from /data

I’m facing the same problem now. Trying to scale up a bit to see what happens - so far - it keeps pending.

The most important part

FATAL cmd/sentinel.go:2030 cannot create sentinel: cannot create store: cannot create kv store: Unexpected response code: 429 (Your IP is issuing too many concurrent connections, please rate limit your calls

Why I get this? There is only one my app calling db. It is shyut down for now. No more aps trying to connect db. What happens?

How the scaling app would help?
I don’t understand where is the problem - no other app try to connect database right now.

One of our consul clusters within fra went down and it has since recovered. We are currently investigating the issue. Things should be recovering, please let me know if you see otherwise.