Commit 726df74
authored
fix(KFLUXINFRA-2440): Resolve API timeout when listing high-volume resources (#9430)
Backups were failing with timeout errors when
listing >57k Konflux snapshots.
This commit updates the Velero arguments in
`DataProtectionApplication`:
- Set `client-page-size` to 500 to prevent API
server timeouts by chunking requests.
- Set `client-qps` to 50.0 and `client-burst` to
100 to maintain backup speed with pagination
enabled.
While this is was observed in `stone-prd-rh01`,
patch `stone-stg-rh01` first to ensure the the fix
does not cause any issues or regression.
Signed-off-by: Eran Israeli <eisraeli@redhat.com>1 parent f46fc05 commit 726df74
File tree
2 files changed
+13
-0
lines changed- components/backup/staging/stone-stg-rh01
2 files changed
+13
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments