Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Modify/disable Healthcheck time interval #59

Open
maximeMD opened this issue Nov 7, 2024 · 0 comments
Open

[Feature] Modify/disable Healthcheck time interval #59

maximeMD opened this issue Nov 7, 2024 · 0 comments
Labels
confirmed next step Anything that is confirmed for future versions

Comments

@maximeMD
Copy link

maximeMD commented Nov 7, 2024

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

@maximeMD maximeMD changed the title [Feature] Modify/Disable Healthcheck time interval [Feature] Modify/disable Healthcheck time interval Nov 7, 2024
@eduardolat eduardolat added the confirmed next step Anything that is confirmed for future versions label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed next step Anything that is confirmed for future versions
Projects
None yet
Development

No branches or pull requests

2 participants