Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save convenient/d8aa9464e2ae03b4171056cf6e528bc3 to your computer and use it in GitHub Desktop.
Save convenient/d8aa9464e2ae03b4171056cf6e528bc3 to your computer and use it in GitHub Desktop.
Magento cron stuck
select IF(count(schedule_id) = 0, 'stuck', 'okay') as crons from cron_schedule where finished_at is not null and finished_at >= DATE_SUB(NOW(), INTERVAL 2 HOUR);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment