Skip to content

Conversation

@zuoyaofu
Copy link
Contributor

@zuoyaofu zuoyaofu commented Mar 11, 2025

Problem

  • we are getting quite a noteworthy amount of scan timeout errors on the front end.

Solution

  • increase front-end timeout

  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions
Copy link

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

@zuoyaofu zuoyaofu marked this pull request as ready for review March 11, 2025 20:51
@zuoyaofu zuoyaofu requested review from a team as code owners March 11, 2025 20:51
export const contextTruncationTimeoutSeconds = 10

export const standardScanTimeoutMs = 600_000 // 10 minutes
export const standardScanTimeoutMs = 900_000 // 15 minutes
Copy link
Contributor

@nkomonen-amazon nkomonen-amazon Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I typically prefer breaking down the calculation for better readability, 60_000 * 15

@zuoyaofu zuoyaofu merged commit 6d5ec44 into aws:master Mar 11, 2025
16 of 17 checks passed
@zuoyaofu zuoyaofu deleted the change-timeout branch April 10, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants