Knowledge Base

Cron task stuck after 60 minutes

After so long a clear cron job link will appear so you can skip the cron job. To find out the offending cron job you can use the following MySQL query: SELECT * FROM 'log_cron' WHERE 'run_id' !=0 AND 'end_date' IS NULL ORDER BY 'start_date' DESC;.

Please rate this article to help us improve our Knowledge Base.

0 0