PostgreSQL database limit on Free plan - time is used up too fast?

Hello,

I deployed a Docker container and a PostgreSQL database using the free tier. Since I’m only using the database sparingly for testing my app, I expected that the 50 hours/month will be sufficient.

However I’ve only made a couple of queries to it once a handful of minutes and I already have 1.3 hours used. This makes me think that the time used is calculated on the time the database is running on your servers, not the time spent handling my queries, correct?

Hello,

Have you checked that you don’t use your database with the endpoint/path that is registered by the healthcheck?