symfony-health-check-bundle
symfony-health-check-bundle copied to clipboard
Symfony Health Check Bundle Monitoring Project Status
From the readme it is not clear what the bundle does and how it is done. It only shows installation and configuration instructions.
fail-fast = true -> if 1 check failed -> return result fail-fast = false -> all check run then return result
errorResponseCode: int (default: 200); If one of check is failed your Json Response Code change to your custom response code.
**Describe the bug** Since version 1.6.0, symfony-health-check-bundle has added a test on Redis. When Redis is not configured (i.e., no DSN is provided), the container fails to compile because the...