Comment to 'Database error - Regular warnings'
  • I think I found the root cause. While manually running the cron jobs, sometimes they take more than 1 minute. When that happens, these errors happen. I am guessing the insert is duplicated due to the long running previous execution. Its not a CPU or memory issue - its just that whatever the cron run is doing is big enough to take more than 1 minute...