merlinm / fedora-infra / ansible

Forked from fedora-infra/ansible 4 years ago
Clone

da7bcd1 copr-fe: better wsgi process group assignment

1 file Authored by praiskup 4 years ago, Committed by pingou 4 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.