You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(`Challenge does not exist yet. Will post the same message back to the bus API and retry in ${currentRetryCount*(config.RETRY_TIMEOUT/1000)} seconds`)
// let currentRetryCount = parseInt(get(messageJSON.payload, retryCountIdentifier, 1), 10)
64
+
// if (currentRetryCount <= config.MAX_RETRIES) {
65
+
// logger.info(`Challenge does not exist yet. Will post the same message back to the bus API and retry in ${currentRetryCount * (config.RETRY_TIMEOUT / 1000)} seconds`)
0 commit comments