-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does maxTimeout
have no effect on getStats().average
?
#81
Comments
maxTimeout
have no effect on getStats().average
maxTimeout
have no effect on getStats().average
?
I looked into how
|
e.g. a task has an |
Do you have code that can reproduce this error? |
I'll create it and get back to you... |
getStats().average
is the time in milliseconds a task spends executing in the queuemaxTimeout
is set toInfinity
then, we'd expectgetStats().average
to be anywhere between 0 andInfinity
getStats().average
to be maximally 5000 ifmaxTimeout: 5000
?Locally, I've set
maxTimeout: 5000
but myaverage
is still climbing. I'm receivingtask_timeout
intask_failed
listener, but I'm wondering whyaverage
is higher.Another contributor opened an issue saying that maxTimeout may not work #75. Is there something to it?
The text was updated successfully, but these errors were encountered: