[PR #949] [MERGED] Implement exponential backoff for 503 #1720

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/949
Author: @gaul
Created: 2/2/2019
Status: Merged
Merged: 2/3/2019
Merged by: @ggtakec

Base: masterHead: 503-slow-down


📝 Commits (1)

  • 8ff05d8 Implement exponential backoff for 503

📊 Changes

1 file changed (+12 additions, -6 deletions)

View changed files

📝 src/curl.cpp (+12 -6)

📄 Description

Amazon returns SlowDown when overloaded. Also return ENOTSUP for 501
and immediately return EIO for 500 instead of retrying. Fixes #603.


🔄 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/949 **Author:** [@gaul](https://github.com/gaul) **Created:** 2/2/2019 **Status:** ✅ Merged **Merged:** 2/3/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `503-slow-down` --- ### 📝 Commits (1) - [`8ff05d8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/8ff05d8e38b24ccc2d7555e7578d361cdf2abded) Implement exponential backoff for 503 ### 📊 Changes **1 file changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+12 -6) </details> ### 📄 Description Amazon returns `SlowDown` when overloaded. Also return `ENOTSUP` for 501 and immediately return `EIO` for 500 instead of retrying. Fixes #603. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:50 +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#1720
No description provided.