[PR #1306] [MERGED] Retry with exponential backoff during 500 error #1913

Closed
opened 2026-03-04 02:02:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1306
Author: @gaul
Created: 6/5/2020
Status: Merged
Merged: 6/6/2020
Merged by: @ggtakec

Base: masterHead: http/500


📝 Commits (1)

  • d8766b2 Retry with exponential backoff during 500 error

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/curl.cpp (+2 -1)

📄 Description

Amazon suggests retrying on both 500 and 503:

https://aws.amazon.com/premiumsupport/knowledge-center/http-5xx-errors-s3/

Fixes #1251.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1306 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/5/2020 **Status:** ✅ Merged **Merged:** 6/6/2020 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `http/500` --- ### 📝 Commits (1) - [`d8766b2`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d8766b20518a25d6042254c7a43ade5a97d2b47f) Retry with exponential backoff during 500 error ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+2 -1) </details> ### 📄 Description Amazon suggests retrying on both 500 and 503: https://aws.amazon.com/premiumsupport/knowledge-center/http-5xx-errors-s3/ Fixes #1251. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1913
No description provided.