Comment 4 for bug 1974194

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/c/starlingx/config/+/842599
Committed: https://opendev.org/starlingx/config/commit/dc7c3c93800a17e4031444b91880f84b0a33fb28
Submitter: "Zuul (22348)"
Branch: master

commit dc7c3c93800a17e4031444b91880f84b0a33fb28
Author: Iago Estrela <email address hidden>
Date: Thu May 19 10:49:20 2022 -0300

    Fix sysinv-api crash with 250 parallel requests

    Sysinv WSGI server is crashing after receiving 250 requests in parallel
    in route creation endpoint due to limited number of threads to handle
    requests.

    Closes-Bug: 1974194

    Test plan:
    PASS: Hit route creation endpoint 250 times in parallel and verify
          WSGI Server didn't restart.

    Signed-off-by: Iago Estrela <email address hidden>
    Change-Id: I89012d7f8c7693cd3dc078d9f67ddffb4308e254