From 5df2ad2f20f8f767efa4e3e2597b5704ace31dd8 Mon Sep 17 00:00:00 2001 From: Mike van Rossum Date: Thu, 9 Aug 2018 16:21:30 +0800 Subject: [PATCH] assume CF maintainance to be recoverable, fix #2407 --- exchange/wrappers/coinfalcon.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exchange/wrappers/coinfalcon.js b/exchange/wrappers/coinfalcon.js index ca03977f4..92f82594a 100644 --- a/exchange/wrappers/coinfalcon.js +++ b/exchange/wrappers/coinfalcon.js @@ -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) {