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

feat: Health check command #134

Merged
merged 3 commits into from
Jul 20, 2024
Merged

feat: Health check command #134

merged 3 commits into from
Jul 20, 2024

Conversation

shouya
Copy link
Owner

@shouya shouya commented Jul 20, 2024

This PR adds a health-check command to the CLI. You can call rss-funnel health-check to check if the server is running and healthy. The Docker image now also includes the HEALTHCHECK CMD directive.

Internally it does a simple GET request to the /_health endpoint.

Options:

  • -s/--server/RSS_FUNNEL_HEALTH_CHECK_SERVER - The server to check. Default: http://127.0.0.1:4080.

Closes #128.

@shouya shouya merged commit 4feeab9 into master Jul 20, 2024
2 checks passed
@shouya shouya deleted the healthcheck-command branch July 20, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add Support for Health Check in Docker Image
1 participant