Mouth
Well-known member
This add-on, with it's debugging verbose mode, was invaluable in allowing me to chase down and identify a problem with cron jobs not running, which this add-on identified was due to XF:Feeder stalling/crashing cron tasks.
/admin.php?feeds/ had an entry where the target server was returning errors/redirects in http headers. Deactivate the responsible entry, and cron jobs immediately returned to running as expected again. Thanks @Sim
Code:
[2025-11-06 22:57:34] Hampel\JobRunner\XF\Job\Manager: Starting Job [XF:SearchIndex]
[2025-11-06 22:57:34] Hampel\JobRunner\XF\Job\Manager: Job [XF:SearchIndex] executed in 0.02 seconds
[2025-11-06 22:57:34] Hampel\JobRunner\XF\Job\Manager: Starting Job [XF:Feeder]
/admin.php?feeds/ had an entry where the target server was returning errors/redirects in http headers. Deactivate the responsible entry, and cron jobs immediately returned to running as expected again. Thanks @Sim