Postgres Container High Usage
There is some incident on postgres deploys? My db incresed 5 hours ago to 11 ~ 12 CPU cores (usually 6 cores), there was no new deployment at the service.
8 Replies
Project ID:
6f1d26dd-c104-43d6-8f3d-2f6bc6f9042c
6f1d26dd-c104-43d6-8f3d-2f6bc6f9042c
dev or prod?
prod
i already redployed pg container but the usage still high
there are no incidents that would affect this, your postgres database simply is using that much in resources.
i also noticed you are connecting to the postgres database via the public network, while this has no impact on cpu usage, it will increase your egress usage.
please connect to the database via the private network.
thats wired
i will check it
thank you!!
please keep in mind that railway does not have any more observability into what the user's code is or is not doing than the user would, so we are unable to tell you why your app is creating that much postgres usage.
thanks!