Hello team,
Im having troubles to download invoices from last year. I want to download 102 of them, but when I try to do it a message states that i will receive a link to download them and I never get it. I confirm that email works. I checked debug log, and I see that files are being generated 1 by 1, but after generating 15 approx that process ends and email is never sent. I checked on the server and max_execution_time is set to 3000, but it takes 1 minute approx to do this 15. Any ideas?
Ok, found out that default timeout for jobs is 60 seconds, I just runned
php artisan queue:work --timeout=3000 and seems to be working properly.
Thank you!