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

proxy: increase timeout since raven can take lots of time to process requests #122

Merged
merged 4 commits into from
Feb 4, 2021

Commits on Feb 3, 2021

  1. proxy: increase timeout since raven can take lots of time to process …

    …requests
    
    Fix this timeout error in some Raven notebooks:
    ```
    HTTPError: 504 Server Error: Gateway Time-out for url:
    https://pavics.ouranos.ca/twitcher/ows/proxy/raven/wps
    ```
    
    This is just a work-around since something is very wrong on our
    production host Boreas (a physical host with 128G ram and 48 logical cpu).
    
    During the test, Boreas was having this "load average: 6.35, 5.90,
    4.33".  For its hardware specs, it is basically idle.
    
    The increased timeout was not needed for my test VM (10G ram, 2 cpu),
    medus.ouranos.ca (physical host with 16G ram, 16 logical cpu) and
    hirondelle.crim.ca (VM with 32G ram, 8 cpu).
    tlvu committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8d398e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    d89ae81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2507c6f View commit details
    Browse the repository at this point in the history
  3. docs: remove useless line break

    tlvu committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4a6b5a4 View commit details
    Browse the repository at this point in the history