spatie / async

Easily run code asynchronously
https://spatie.be/en/opensource/php
MIT License
2.65k stars 179 forks source link

Second process not starting? #201

Closed EmanuelSorin closed 1 year ago

EmanuelSorin commented 1 year ago

Hello I am trying to create a Pool and in every process Im trying to connect with woocommerce API and create products, each process a diferent connection, the first time it works perfect, but the second process doesnt work because after a time it ends but no success result or error result are displayed Is there a way to see why is happening in each process, to make it return data in console when executing? Each process has functions, may that be a problem? Either each process is created as individual php no? Please help