-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
[🐛 BUG]: RR doesn't respect http.pool.allocate_timeout
#1226
Comments
Hey @Warxcell 👋🏻 |
Regarding the first part of the issue, about |
http.pool.allocate_timeout
@Warxcell Is this all configuration? Might be you have a |
This is whole conf:
|
Could you please try to use |
Yeah, with pipes it seems to work. |
Nice. I fixed the issue for the sockets/tcp. It will be later today in the |
No duplicates 🥲.
What happened?
I have
but it tells
elapsed is 1m, so it doesn't respect 120s (2m)
and there is a typo in the docs: https://roadrunner.dev/docs/http-available-middleware/2.x/en
it should be
http.pool.allocate_timeout
notpool.allocate_timeout
.Version (rr --version)
2.11.0-beta.1
Relevant log output
The text was updated successfully, but these errors were encountered: