Samuel Benvenuto Dantas
Samuel Benvenuto Dantas
I've encountered the same issue but only when the source contains a pattern instead of a path. If you are not using a hashed file and you remove the `.*`...
I'm having a similar problem. The code hangs on each one of these cases. The lines with `$reference->...` are time consuming tasks. ``` foreach ($rotinas as $rotina) { $cron =...
Actually I just tried your fork, and it works as expected (not holding the code when queueing), but only with the `php artisan queue:listen` running. Is that how it is...