humaton / fedora-infra / ansible

Forked from fedora-infra/ansible 4 years ago
Clone

7153f2f copr-fe: better wsgi process group assignment

Authored and Committed by praiskup 5 years ago
    copr-fe: better wsgi process group assignment
    
    1. Create 'upload' process group, for specific - very long - upload
       requests (either API or over web-UI).
    2. Add 'port80' process group which should serve only very lightweight
       requests.
    3. Shorten generic API request to max 600s.
    4. Document how the location matching works.