-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Symfony: Unable to launch a new process #453
Comments
Thanks for posting in our issue tracker.
Thanks! This is an automated comment, triggered by adding the label |
When does the issue occur?
What do you see?
What was the expected result?
Can you supply us with a stacktrace? (optional)
Do you have exact code to reproduce it? Maybe a PHPUnit tests that fails? (optional)
|
This usually is a result of some kind of server limitation (limit on number of opened processes or files) and there is nothing that this library can do with that. Unfortunately, it looks like |
What steps will reproduce the problem?
Run queue by screen with "queue/listen --verbose"
What's expected?
The queue keeps run smooth
What do you get instead?
Symphony exception
Additional info
The text was updated successfully, but these errors were encountered: