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

implement /ping #58

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

verfriemelt-dot-org
Copy link

Context

after we hit some issues with fpm and k8s and the respective probes i dicided it would be a saner approach to use /ping for actual "ping" checks to see if the service is alive at all.

previosly i used a simple connect via cgi-fcgi -bind -connect 127.0.0.1:9000 which triggered a nasty phpbug which is currently still open: php/php-src#15395
after switching livenessProbe to just php-fpm-healthcheck we found another php bug php/php-src#13437

in order to work around that, i propose to use the actual /ping page and make this the default, while not specifiying any test-arguments.

Changes

  • Tests included
  • Documentation updated
  • Commit message is clear

what do you think about this aproach?

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.

1 participant