Skip to content

Commit

Permalink
Do not retry on 439, quota reached (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg authored Feb 10, 2022
1 parent 2763731 commit 48f1281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ class Sender {
statusCode === 403 || // Forbidden
statusCode === 408 || // Timeout
statusCode === 429 || // Throttle
statusCode === 439 || // Quota
statusCode === 500 || // Server Error
statusCode === 503 // Server Unavilable
);
Expand Down

0 comments on commit 48f1281

Please sign in to comment.