mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #71] Optionally disable periodic health check #59
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nnamua on GitHub (Dec 27, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/71
I am using pgbackweb with a Vercel Postgres DB. After deploying pgbackweb, I noticed a significantly higher cost due to the calculated database compute time. My guess is, that the health check periodically wakes the database instance, which results in the database never going to sleep and causing high compute time numbers.
I would love a feature, where I can disable the health checks and keep only the scheduled backups. As a quick fix, I think I will just stop the container until it is time to do the backup. Thank you for developing and maintaining such a great project!
@eduardolat commented on GitHub (Dec 27, 2024):
Same with neon db, duplicate of #59