Valery Piashchynski
Valery Piashchynski
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` ?
Makes sense, I think.
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:  First process - master process. (22M) The second and third - forks, which are connected to the RR via sockets. (8.6M)