retry transient CCloud errors when fetching Flink statement results - #3427
Merged
SonarQube-Confluent / SonarQube Code Analysis
succeeded
Aug 7, 2026 in 48s
Quality Gate passed
Annotations
Check failure on line 393 in src/flinkSql/flinkStatementResultsManager.ts
sonarqube-confluent / SonarQube Code Analysis
Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed.
[S3776] Cognitive Complexity of functions should not be too high
See more on https://sonarqube.confluent.io/project/issues?id=vscode&pullRequest=3427&issues=1ecefccc-5d5d-411a-9827-e7bf4f0b2c82&open=1ecefccc-5d5d-411a-9827-e7bf4f0b2c82
Check warning on line 59 in src/errors.ts
sonarqube-confluent / SonarQube Code Analysis
`TRANSIENT_RESPONSE_STATUSES` should be a `Set`, and use `TRANSIENT_RESPONSE_STATUSES.has()` to check existence or non-existence.
[S7776] Arrays used only for existence checks should be Sets
See more on https://sonarqube.confluent.io/project/issues?id=vscode&pullRequest=3427&issues=f7d0e45b-fcb0-4b4e-ab90-0cdfd17697c2&open=f7d0e45b-fcb0-4b4e-ab90-0cdfd17697c2
Loading