Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
assume CF maintainance to be recoverable, fix #2407
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Aug 9, 2018
1 parent c0a96f9 commit 5df2ad2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exchange/wrappers/coinfalcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ const recoverableErrors = [
'408',
// "The timestamp 1527996378 is invalid, current timestamp is 1527996441."
'is invalid, current timestamp is',
'EHOSTUNREACH'
'EHOSTUNREACH',
// https://github.com/askmike/gekko/issues/2407
'We are fixing a few issues, be back shortly.'
];

Trader.prototype.processResponse = function(method, args, next) {
Expand Down

0 comments on commit 5df2ad2

Please sign in to comment.