Commit 5b02de0
fix: Add IDropboxMaterializerApi to provides(), restrict retries to GET
- Register in deferred provider's provides() so DI resolution works
- Limit GuzzleRetryMiddleware to GET requests only (POST endpoints are
idempotent but no reason to retry them on 429/503)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f18a6a1 commit 5b02de0
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
0 commit comments