Hi,
I have an app and a postgres app living as its db.
I have scaled the db app (shared x4) because I had trouble with CPU.
Now i’m still having this health error :
2023-06-12T09:23:38.525 health[9080559f54dd58] cdg [error] Health check for your postgres vm has failed. Your instance has hit resource limits. Upgrading your instance / volume size or reducing your usage might help. [✗] cpu: system spent 1.46s of the last 10 seconds waiting on cpu (73.72µs)
2023-06-12T09:23:53.519 health[9080559f54dd58] cdg [info] Health check for your postgres vm is now passing.
when i’m looking at the monitoring, there is no cpu issue…
Moreover, when I do a fly status
on my db app, I got a weird message :
C:\Users\Pierre\display_geodata_api>fly status -a display-geodata-api-db
WARNING: Cluster size within your primary region "cdg" does not meet HA requirements. (expected >= 3, got 1)
ID STATE ROLE REGION CHECKS IMAGE CREATED UPDATED
9080559f54dd58 started primary cdg 3 total, 3 passing flyio/postgres-flex:15.3 (v0.0.42) 2023-06-06T15:18:44Z 2023-06-11T18:39:26Z
Of course, no doubt i’m doing / i did something wrong or I’m misunderstanding something.
Best