Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge #10

Merged
merged 9 commits into from
Aug 8, 2018
Prev Previous commit
Next Next commit
[GB/Binance] retry on 403 (askmike#2404)
  • Loading branch information
askmike committed Aug 4, 2018
commit 434cf4933948f822bf2b3b6e6d9a1195537ea4a6
1 change: 1 addition & 0 deletions exchange/wrappers/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const recoverableErrors = [
'Error -1021',
'Response code 429',
'Response code 5',
'Response code 403',
'ETIMEDOUT'
];

Expand Down