Skip to content
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

Could not open input file when spawning multiple php scripts #46

Open
Ciboulette opened this issue Nov 29, 2017 · 0 comments
Open

Could not open input file when spawning multiple php scripts #46

Ciboulette opened this issue Nov 29, 2017 · 0 comments

Comments

@Ciboulette
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant