Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deg4uss3r/health-check-example
example health check program
https://github.com/deg4uss3r/health-check-example
Last synced: 26 days ago
JSON representation
example health check program
- Host: GitHub
- URL: https://github.com/deg4uss3r/health-check-example
- Owner: deg4uss3r
- Created: 2024-09-09T14:11:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:40:45.000Z (4 months ago)
- Last Synced: 2024-10-14T21:15:02.678Z (2 months ago)
- Language: Rust
- Size: 703 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Health Check Example
This repository helps debug an issue with Fastly's Health Check API
## Running
To see the error run:
`cargo run`
To see the fix run:
`cargo run --features fix`