Hi,
i have a problem with the scheduled jobs of our productive espocrm instance.
We are hosting 2 instances with separate databases.
Our test system, wich was installed some weeks ago, run all scheduled jobs correctly. The productive instance, which was installed one year ago just says "Scheduled jobs are not executed. Therefore, incoming emails, notifications and reminders do not work. Please follow the instructions to set up the cron job." All scheduled jobs stays in status "pending". This behaviour starts one month ago. Until this time the jobs runs correctly.
- I checked the crontab of our hosting system. I think, the crontab is correct:
"/usr/local/php82/bin/php /crm.<domainname>.de/cron.php > /dev/null 2>&1"
This crontab task also runs without an error.
- Scheduled jobs are not deactivated under administration in espocrm.
The second instance (test) runs perfectly
Crontab: "/usr/local/php82/bin/php /crm-test.<domainname>.de/cron.php > /dev/null 2>&1"
Any Suggestions?
i have a problem with the scheduled jobs of our productive espocrm instance.
We are hosting 2 instances with separate databases.
Our test system, wich was installed some weeks ago, run all scheduled jobs correctly. The productive instance, which was installed one year ago just says "Scheduled jobs are not executed. Therefore, incoming emails, notifications and reminders do not work. Please follow the instructions to set up the cron job." All scheduled jobs stays in status "pending". This behaviour starts one month ago. Until this time the jobs runs correctly.
- I checked the crontab of our hosting system. I think, the crontab is correct:
"/usr/local/php82/bin/php /crm.<domainname>.de/cron.php > /dev/null 2>&1"
This crontab task also runs without an error.
- Scheduled jobs are not deactivated under administration in espocrm.
The second instance (test) runs perfectly
Crontab: "/usr/local/php82/bin/php /crm-test.<domainname>.de/cron.php > /dev/null 2>&1"
Any Suggestions?
Comment