Commit 96f3fcb
retry on cloudflare timeout (#2695)
**Summary**
Some of the self hosted installations are hosted behind cloudflare. By
default, cloudflare proxy_write_timeout is set at 30s. If this timeout
is breached, Cloudflare responds with error with status code 524.
Currently this is treated as non retriable error by sentry-cli.
https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/
This PR ensures that sentry-cli retries on this timeout.
Co-authored-by: Manish Rawat <manish@Manishs-MacBook-Air.local>1 parent 1d7245d commit 96f3fcb
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments