-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Description
Node: 6.9.1
configuration:
pool: {
max: 100,
min: 1,
idleTimeoutMillis: 15000
}
I am getting this error when there is less traffic or there is gap between requests.
error: { TimeoutError: ResourceRequest timed out
at ResourceRequest._fireTimeout (/home/munir/node-workspace/server/node_modules/generic-pool/lib/ResourceRequest.js:62:17)
at Timeout.bound (/home/munir/node-workspace/server/node_modules/generic-pool/lib/ResourceRequest.js:8:15)
at ontimeout (timers.js:365:14)
at tryOnTimeout (timers.js:237:5)
at Timer.listOnTimeout (timers.js:207:5) name: 'TimeoutError' }
hunglee, yss14, Strandedpirate, OsoianMarcel, anton-bot and 5 moreanton-bot, MZein1292, safinilnur and webolizzer