You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for a similar issue in our bug tracker and didn't find any solutions.
What happened?
When the socket is used as a relay and http.pool.max_jobs are limited, during wrk tests there are a lot of errors in the RR logs and failed requests. With relay type pipesor without jobs limiting (http.pool.max_jobs: 0) all works fine.
No duplicates 🥲.
What happened?
When the socket is used as a relay and
http.pool.max_jobs
are limited, duringwrk
tests there are a lot of errors in the RR logs and failed requests. With relay typepipes
or without jobs limiting (http.pool.max_jobs: 0
) all works fine.Playground: https://github.com/tarampampam/laravel-roadrunner-in-docker
Relay:
pipes
,http.pool.max_jobs: 64
Without errors.
Relay:
socket
,http.pool.max_jobs: 0
Without errors.
Relay:
pipes
,http.pool.max_jobs: 0
Without errors.
Version
2.7.8
Relevant log output
The text was updated successfully, but these errors were encountered: