Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3be6d4ae5ddb6b67a9caea84ac256468892ac032
      
https://github.com/WebKit/WebKit/commit/3be6d4ae5ddb6b67a9caea84ac256468892ac032
  Author: Aakash Jain <[email protected]>
  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@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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to