Valery Piashchynski

Results 326 comments of Valery Piashchynski
trafficstars

Hey @mixadior, have you tried to test this feature on the latest PHP-SDK/RR versions?

Hey @lorensr πŸ‘‹πŸ» Is this still actual? As far as I understand, there is no such docs for other SDKs, am I right?

I think, for the PHP should be used phpdoc: https://www.phpdoc.org/

Hey @FluffyDiscord :wave: Do you mean smt like: `./rr reload` ?

Thank you, guys, for the feedback on this feature :+1: I have worryings about use-cases: - It would be fine (not sure atm) to have a configuration watcher and reloader....

@FluffyDiscord You simply can't reload the configuration w/o restarting every plugin internally. This would be the same as hitting CTRL+C and then starting RR again (conceptually). > This is indeed...

Hey @stevenbrookes πŸ‘‹ Yeah, `./rr reset` updates workers code (PHP), but not the configuration. If your workers depend on some configuration values - this might be a reason for unresponsiveness....

@stevenbrookes Could you please create a discussion (and describe your case with the workers, attach a configuration, rr version, etc) here for your case: [link](https://github.com/orgs/roadrunner-server/discussions). As I mentioned, I guess...

First tests: ![image](https://user-images.githubusercontent.com/8040338/200879950-33b46356-107d-4bb3-81ef-fa31f50c611a.png) First process - master process. (22M) The second and third - forks, which are connected to the RR via sockets. (8.6M)