Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<Note. use green for closed issues, yellow for important ones if needed>

Decisions for Quick Fix

  1. Increase memory resources of NCMP (helm chart)
  2. Increase shared_buffer allocation in Postgres config
  3. NCMP will implement throttling / rate limiting for Rest API (e.g. 503 HTTP response) - requires determining maximum request rate
  4. Rest client (for load tests) will throttle
  5. Lower thread count for Module Sync

...

  1. (can be done using application.yml / Environment variable)

Compare previous successful versus failing tests (e.g. 3.4.2 vs 3.4.6) to determine throttling.

...