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 got the too many open files error. Error: include(/home/forge/xxxx/vendor/guzzlehttp/promises/src/RejectedPromise.php): Failed to open stream: Too many open files
I get the error in a job when I delete orders (12k orders). Graphql delete single order each time that's why I suspect it happens because Guzzle doesn't close connection and it stucks the system.
How I can reset the connection end of the process each time?
Hi everyone,
I got the too many open files error.
Error: include(/home/forge/xxxx/vendor/guzzlehttp/promises/src/RejectedPromise.php): Failed to open stream: Too many open files
I get the error in a job when I delete orders (12k orders). Graphql delete single order each time that's why I suspect it happens because Guzzle doesn't close connection and it stucks the system.
How I can reset the connection end of the process each time?
My code sample
The text was updated successfully, but these errors were encountered: