Skip to content

Review nginx/php-fpm process model #9

@calind

Description

@calind
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions