cancel
Showing results for 
Search instead for 
Did you mean: 

Cron issues (endless jobs)

Cron issues (endless jobs)

Hello,

 

I have a problem with my cron jobs. Essentially, 'enterprise_refresh_index' never ends. I can kill the process, but it eventually kicks back in (could be 10 mins later or anything up to 2 hours later) and never completes again.

 

AOE_Scheduler does a good shop of highlighting the problem:

 

Long_Process.JPG

 

Please can someone help me diagnose why it's doing this?

 

I can kill the process, then manually run a reindexall from the command line and everything in the front-end seems fine - prices/descriptions etc are up to date from what I can tell.

 

I have looked in various logs, but nothing seems obviously wrong.

 

My cron is:

 

# AOE Scheduler (enable both modes for normal operations)
* * * * * ! test -e /ssddata/www/www.domain.co.uk/maintenance.flag && ! test -f /ssddata/www/www.domain.co.uk/magmi.running && /bin/bash /ssddata/www/www.domain.co.uk/scheduler_cron.sh --mode always
* * * * * ! test -e /ssddata/www/www.domain.co.uk/maintenance.flag && ! test -f /ssddata/www/www.domain.co.uk/magmi.running && /bin/bash /ssddata/www/www.domain.co.uk/scheduler_cron.sh --mode default

 

 

Any help appreciated!

 

 

1 REPLY 1

Re: Cron issues (endless jobs)

Did you find a solution?  We're having the same issue.