[webkit-changes] [WebKit/WebKit] 2a66da: [upload-file-to-url] Bump S3 upload timeout to 15 ...

Aakash J noreply at github.com
Thu Jan 25 07:37:14 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2a66dadaf2d756b702a1db90f45af3a65158b7a5
      https://github.com/WebKit/WebKit/commit/2a66dadaf2d756b702a1db90f45af3a65158b7a5
  Author: Aakash Jain <aakash_jain at apple.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M Tools/Scripts/upload-file-to-url

  Log Message:
  -----------
  [upload-file-to-url] Bump S3 upload timeout to 15 minutes
https://bugs.webkit.org/show_bug.cgi?id=268076

Reviewed by Jonathan Bedard.

Recently added logging in 273416 at main indicates that we are occasionally hitting the 10 minute timeout.
Also, when the retry helps, the retry is also taking near about 10 minutes.
Let's bump S3 upload timeout to 15 minutes, and reduce the number of retries from 3 to 2,
effectively still maintaining the overall time of 30 minutes.

* Tools/Scripts/upload-file-to-url:
(upload):

Canonical link: https://commits.webkit.org/273499@main




More information about the webkit-changes mailing list