Skip to content

[Backport release-1.0] fix(dashboard): add FlowSchema to exempt BFF from API throttling#2124

Merged
kvaps merged 1 commit intorelease-1.0from
backport-2121-to-release-1.0
Feb 28, 2026
Merged

[Backport release-1.0] fix(dashboard): add FlowSchema to exempt BFF from API throttling#2124
kvaps merged 1 commit intorelease-1.0from
backport-2121-to-release-1.0

Conversation

@github-actions
Copy link

Description

Backport of #2121 to release-1.0.

The dashboard BFF service account (incloud-web-web) falls under the
default "service-accounts" FlowSchema which maps to the "workload-low"
priority level. Under load, this causes API Priority and Fairness to
return 429 (Too Many Requests) responses to the BFF, resulting in 500
errors for dashboard users.

Add a FlowSchema that maps the BFF service account to the "exempt"
priority level to prevent APF throttling of dashboard API requests.

Co-Authored-By: Claude <[email protected]>
Signed-off-by: Andrei Kvapil <[email protected]>
(cherry picked from commit 161b5be)
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Feb 28, 2026
@kvaps kvaps merged commit 42780f2 into release-1.0 Feb 28, 2026
5 checks passed
@kvaps kvaps deleted the backport-2121-to-release-1.0 branch February 28, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant