[webkit-changes] [WebKit/WebKit] 3be6d4: upload-file-to-s3 should retry when the request fa...

Aakash J noreply at github.com
Thu Dec 14 10:25:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3be6d4ae5ddb6b67a9caea84ac256468892ac032
      https://github.com/WebKit/WebKit/commit/3be6d4ae5ddb6b67a9caea84ac256468892ac032
  Author: Aakash Jain <aakash_jain at apple.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

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

  Log Message:
  -----------
  upload-file-to-s3 should retry when the request fails with status_code 503
https://bugs.webkit.org/show_bug.cgi?id=266419

Reviewed by Jonathan Bedard.

We added retry in 271774 at main to upload-file-to-s3.
However, that doesn't retry in the case when the request fails with non 200 status_code.
We should retry in those cases as well.

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

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




More information about the webkit-changes mailing list