Announcement

Collapse
No announcement yet.

CronManager: Stop cron running, too frequent execution.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CronManager: Stop cron running, too frequent execution.

    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 ? :/

  • #2
    Ok - followed by adding the suggested script to the crontab and seem to fix the issue

    Comment


    • limitless
      limitless commented
      Editing a comment
      Nope - still getting the issues with the stuck system and on the log getting
      Espo.INFO: CronManager: Stop cron running, too frequent execution. [] []

  • #3
    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 file
    Code:
    'level' => 'DEBUG',
    Also, the loading time issue could be related to your server.

    Comment

    Working...
    X