Commit c94eb76
[ENH]: Change retry rate limits in s3 client (#6917)
## Description of changes
_Summarize the changes made by this PR._
- Improvements & Bug fixes
- Increases the token bucket capacity that s3 client uses for retries by
10x
- Adds a token bucket fill rate of 1000 tokens / sec
- New functionality
- ...
## Test plan
- [x] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust
## Migration plan
_None_
## Observability plan
_None_
## Documentation Changes
_None_
Co-authored-by: Sanket Kedia <sanketkedia@Sankets-MacBook-Pro.local>1 parent a760f7e commit c94eb76
2 files changed
Lines changed: 30 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
147 | 151 | | |
148 | 152 | | |
149 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
150 | 162 | | |
151 | 163 | | |
152 | 164 | | |
| |||
163 | 175 | | |
164 | 176 | | |
165 | 177 | | |
| 178 | + | |
| 179 | + | |
166 | 180 | | |
167 | 181 | | |
168 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
1194 | 1195 | | |
1195 | 1196 | | |
1196 | 1197 | | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
1197 | 1207 | | |
1198 | 1208 | | |
1199 | 1209 | | |
| |||
1228 | 1238 | | |
1229 | 1239 | | |
1230 | 1240 | | |
1231 | | - | |
1232 | | - | |
1233 | | - | |
| 1241 | + | |
| 1242 | + | |
1234 | 1243 | | |
1235 | 1244 | | |
1236 | 1245 | | |
| 1246 | + | |
1237 | 1247 | | |
1238 | | - | |
| 1248 | + | |
1239 | 1249 | | |
1240 | 1250 | | |
1241 | 1251 | | |
| |||
1258 | 1268 | | |
1259 | 1269 | | |
1260 | 1270 | | |
1261 | | - | |
| 1271 | + | |
| 1272 | + | |
1262 | 1273 | | |
1263 | 1274 | | |
1264 | 1275 | | |
| |||
0 commit comments