handesk icon indicating copy to clipboard operation
handesk copied to clipboard

Email Parsing not working in cron

Open robov opened this issue 7 years ago • 4 comments

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

robov avatar Apr 15 '19 14:04 robov

Do you have any error or something to know that is failing?

BadChoice avatar Apr 21 '19 14:04 BadChoice

Unfortunately not... No laravel log created either

robov avatar Apr 23 '19 12:04 robov

schedule run creates: /usr/local/bin/php 'artisan' handesk:parseNewEmails > '/dev/null' 2>&1 running this manually in shell: Segmentation fault (core dumped)

robov avatar Apr 29 '19 15:04 robov

This segmentation fault only happens when there are no emails to parse

robov avatar Apr 29 '19 15:04 robov