I started gettings this issue on the logs and the system is just not loading or taking forever to load - how can i resolve this issue ? :/
Announcement
Collapse
No announcement yet.
CronManager: Stop cron running, too frequent execution.
Collapse
X
-
I am not sure that this is linked issues. "Stop cron running, too frequent execution." is just an information statement that some of your cron job was interrupted because of too frequent job executions. Perhaps, you have created one more job, and now two similar jobs are trying to execute at one time.
Have no idea why your system has started to load slowly. Remember what changes you have made before loading time issue occurred. Go to data/config.php file and change the log level from WARNING to DEBUG to gather more info into the log fileCode:'level' => 'DEBUG',
Comment
Comment