Conversation
Document global rate limiting and how to raise THROTTLE_GLOBAL_LIMIT for sustained/multi-VU load tests; add guidance to docs-md/LOAD_TESTING.md, LOAD_TEST_STRESS_RUN_SHEET.md, and tools/load-testing/README.md. Update k6 read-benchmark-datasets.js to accept LOAD_TEST_VUS, LOAD_TEST_SLEEP_SECONDS and switch to vus/duration options (default 1 VU × 60s, 1s sleep) so scripts stay under the backend throttler by default. Add matching OpenShift job env defaults for VUS, DURATION and SLEEP. Minor non-functional reorder of the mupdf dependency in apps/backend-services/package.json.
kmandryk
requested review from
NoorChasib,
alex-struk,
antsand and
dbarkowsky
as code owners
June 9, 2026 00:34
dbarkowsky
approved these changes
Jun 9, 2026
Integrate DB pool sizing, frontend error boundaries, client error logging, and classifier upload handling while preserving throttling-safe k6 defaults.
Add @biomejs/cli-linux-x64@2.4.8 to devDependencies in package.json and update package-lock.json with the corresponding node_modules entry (platform: linux, cpu: x64). Also includes a minor whitespace/indentation tweak to the pod:base script line in package.json.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document global rate limiting and how to raise THROTTLE_GLOBAL_LIMIT for sustained/multi-VU load tests; add guidance to docs-md/LOAD_TESTING.md, LOAD_TEST_STRESS_RUN_SHEET.md, and tools/load-testing/README.md. Update k6 read-benchmark-datasets.js to accept LOAD_TEST_VUS, LOAD_TEST_SLEEP_SECONDS and switch to vus/duration options (default 1 VU × 60s, 1s sleep) so scripts stay under the backend throttler by default. Add matching OpenShift job env defaults for VUS, DURATION and SLEEP. Minor non-functional reorder of the mupdf dependency in apps/backend-services/package.json.
AI-1223