-
Hey, RR community. I want to ask you about one feature. #!/usr/bin/env bash
setenv, generate config, etc etc etc
php ../roadrunner/tests/jobs_ok.php <- run PHP or bin
server:
command: "./start.sh" <-- script
relay: "pipes"
relay_timeout: "20s" At the moment we have a limitation around such configuration because we check for the process PID and worker's PID to properly attach relay and they are mismatches. However, for such configuration, the child process will inherit process descriptors from the parent and we may safely send data to the script fd without checking the worker's FD. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Moved to the RR issues |
Beta Was this translation helpful? Give feedback.
Moved to the RR issues