handesk
handesk copied to clipboard
Email Parsing not working in cron
When I run php artisan schedule:run
the email fetching does not work
When I run php artisan handesk:parseNewEmails
the email fetching DOES work. I did no changes in kernel.php
Any ideas why this is happening
Do you have any error or something to know that is failing?
Unfortunately not... No laravel log created either
schedule run creates: /usr/local/bin/php 'artisan' handesk:parseNewEmails > '/dev/null' 2>&1
running this manually in shell:
Segmentation fault (core dumped)
This segmentation fault only happens when there are no emails to parse