Commit d9f2e2f
committed
fix: downgrade transient PubSub poll errors from error to warn
ETIMEDOUT and similar network errors are expected for long-polling
connections to Google Pub/Sub. Downgrade these to warn level so they
no longer appear in Bugsnag, and return instead of throwing so the
poll loop restarts immediately without the 3s error delay.1 parent 43f2a74 commit d9f2e2f
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
205 | 210 | | |
206 | 211 | | |
207 | 212 | | |
| |||
0 commit comments