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 am building a project that involves launching PHP script concurrently (between 3-4). When I launch only one script with Porcelain.spawn("php", [Script.php_slave(job.worker_version), boot, "#{environment_id}"], in: :receive, out: {:send, OutputManager.where_is(environment_id)})
it works very well but when I launch this instruction few times I have the output: Could not open input file: /Users/test/tasky/worker_umbrella/apps/worker/libraries/v1/tasky-php/scripts/slave.php
Is there an option or a limit in the spawning?
Thanks for your feedback
The text was updated successfully, but these errors were encountered:
Hello,
I am building a project that involves launching PHP script concurrently (between 3-4). When I launch only one script with
Porcelain.spawn("php", [Script.php_slave(job.worker_version), boot, "#{environment_id}"], in: :receive, out: {:send, OutputManager.where_is(environment_id)})
it works very well but when I launch this instruction few times I have the output:
Could not open input file: /Users/test/tasky/worker_umbrella/apps/worker/libraries/v1/tasky-php/scripts/slave.php
Is there an option or a limit in the spawning?
Thanks for your feedback
The text was updated successfully, but these errors were encountered: