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

Review nginx/php-fpm process model #9

Open
calind opened this issue Feb 10, 2020 · 2 comments
Open

Review nginx/php-fpm process model #9

calind opened this issue Feb 10, 2020 · 2 comments

Comments

@calind
Copy link
Member

calind commented Feb 10, 2020

  1. Create a single pool for php
  2. Reserve some % of that pool for admin requests
  3. Reserve an extra 1-2 processes for php-fpm ping
  4. Use https://github.com/openresty/lua-resty-limit-traffic for limiting and queueing connections to the reserverd pools.

This is needed to better handle liveness/readyness probes for the container. Related to bitpoke/wordpress-operator#57

@stale
Copy link

stale bot commented Apr 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
You can add lifecycle/frozen label to indicate that this issue or PR should not be auto-closed due to inactivity.

@stale
Copy link

stale bot commented Apr 25, 2020

This issue has been closed due to lack of activity.

@stale stale bot closed this as completed Apr 25, 2020
@AMecea AMecea reopened this Sep 12, 2020
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

No branches or pull requests

2 participants