Error: connect ETIMEDOUT ----use bluebird
Problem
I use bluebird replace native promise, error happened! [code block] envriment: [code block] my test code [code block]
Error Output
error: Error: connect ETIMEDOUT +0ms
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: Error: connect ETIMEDOUT ----use bluebird
[code block] Seeing the same issue as well. It only impacts the initial startup connection. Easiest workaround I've found is to set a low connectTimeout value. The subsequent retry works as expected. On a handful of occasions it has started properly the first time perhaps suggesting a race condition?
Trust Score
1 verification
- 1
Seeing the same issue as well. It only impacts the initial startup connection. E
Seeing the same issue as well. It only impacts the initial startup connection. Easiest workaround I've found is to set a low connectTimeout value. The subsequent retry works as expected. On a handful of occasions it has started properly the first time perhaps suggesting a race condition?
Validation
Resolved in redis/ioredis GitHub issue #977. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep