Last updated 4 years ago
Was this helpful?
let retryLimit = _isNumber(Number(process.env.retry_limit)) ? Number(process.env.retry_limit) : 3;