symfony-health-check-bundle icon indicating copy to clipboard operation
symfony-health-check-bundle copied to clipboard

Symfony Health Check Bundle Monitoring Project Status

Results 6 symfony-health-check-bundle issues
Sort by recently updated
recently updated
newest added

From the readme it is not clear what the bundle does and how it is done. It only shows installation and configuration instructions.

help wanted

fail-fast = true -> if 1 check failed -> return result fail-fast = false -> all check run then return result

help wanted

errorResponseCode: int (default: 200); If one of check is failed your Json Response Code change to your custom response code.

help wanted

**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...