mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #59] [Feature] Modify/disable Healthcheck time interval #46
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#46
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 @maximeMD on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/59
Context
I'm using Neon for serverless postgres, and I don't want pgbackweb to wake up my db every 10mn, I chose Neon specifically to scale to zero.
My need is to disable healthchecks, or maybe set it to "every hour" for example.
Another use case would be to reduce the time interval (for like 1mn) for sensible production environments monitoring.
Suggested Stories
From (what seems) the easiest to the hardest to implement :
As a sysadmin,
I want to be able to set an environment variable (like HEALTHCHECK_ACTIVE)
in order to enable/disable healthchecks
As a sysadmin,
I want to be able to set an environment variable (like HEALTHCHECK_INTERVAL)
in order to set the healthcheck time interval.
As a user
I want to have access to a switch in the global options
In order to enable/disable healthchecks
As a user
I want to have access to an input in the global options
In order to set the healthcheck time interval
As a user
I want to have access to a switch option for each database
In order to enable/disable healthchecks for a specific database
As a user
I want to have access to an input option for each database
In order to set the healthcheck time interval for a specific database