-
-
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]: Services manager wrong processNum from php client #1621
Comments
Hey @asanikovich 👋🏻 |
I see in process manager (top) that only 1 run process running. |
Ok, got u, let me verify that |
You're right @asanikovich 👍🏻 Bug confirmed. Will be fixed and released in the |
As a temporary workaround, you can use |
I need to dynamically run processes from RPC |
Got u, then please wait for |
Why there is no "service_name_in_log" parameter to run service process from rpc? |
Feel free to create a feature request to add that option in the RPC transport as well 😃 |
No duplicates 🥲.
What happened?
I tries by RoadRunner Service Plugin docs https://roadrunner.dev/docs/plugins-service/current/en to run process in 3 copies from php client (code below).
But it creates only 1 process.
In the RPC I can see that 3 are passing.
Version (rr --version)
rr version 2023.1.5 (build time: 2023-06-08T14:45:04+0000, go1.20.5), OS: linux, arch: amd64
Php libraries:
"spiral/roadrunner-cli": "2.5.0",
"spiral/roadrunner-http": "3.0.1",
"spiral/roadrunner-kv": "4.0.0",
"spiral/roadrunner-metrics": "3.0.0",
"spiral/roadrunner-services": "2.0.0",
How to reproduce the issue?
Relevant log output
No response
The text was updated successfully, but these errors were encountered: