Add support for healthchecks #145
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#145
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to support a healthcheck URL that is configured in NGINX to always return a http
200.Surely always returning a 200 negates the point of a healthcheck. Your application could be erroring and you would want that to fail the healthcheck. I think this would be better to include a health check in your code, rather than a generic 200 block.
Closing after after 7 days