Everything was working fine up until a few weeks ago. I then started noticing intermittent failures when Checking Emails, roughly 50%. I upgraded to 7.0, no improvement.
If I leave the Check Email job on, every 10 minutes, it mucks up all the scheduled jobs which essentially don't run.
The logs don't tell me much (maybe you see more)
[2021-11-13 02:11:40] ERROR: JobManager: Failed job running, job '618f1e1ddcaaef052'. Job CheckEmailAccounts 6084301a0dc81a7e0: [500] ; at /home/lookahead/www/www/application/Espo/Classes/Jobs/CheckEmailAccounts.php:78. [] []
When I run the job from the CLI, I get
lookahead@s1038:~/www/www$ php command.php run-job CheckEmailAccounts
Error: Job 'CheckEmailAccounts' failed to execute. No target.
But I can run another job, no problem.
lookahead@s1038:~/www/www$ php command.php run-job ProcessMassEmail
Job 'ProcessMassEmail' has been executed.
Suggestions?
Thanks!
Grok
If I leave the Check Email job on, every 10 minutes, it mucks up all the scheduled jobs which essentially don't run.
The logs don't tell me much (maybe you see more)
[2021-11-13 02:11:40] ERROR: JobManager: Failed job running, job '618f1e1ddcaaef052'. Job CheckEmailAccounts 6084301a0dc81a7e0: [500] ; at /home/lookahead/www/www/application/Espo/Classes/Jobs/CheckEmailAccounts.php:78. [] []
When I run the job from the CLI, I get
lookahead@s1038:~/www/www$ php command.php run-job CheckEmailAccounts
Error: Job 'CheckEmailAccounts' failed to execute. No target.
But I can run another job, no problem.
lookahead@s1038:~/www/www$ php command.php run-job ProcessMassEmail
Job 'ProcessMassEmail' has been executed.
Suggestions?
Thanks!
Grok
Comment