CLI Job / Cron Runner

CLI Job / Cron Runner 2.1.1

No permission to download
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.

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 (y)
 
  • Like
Reactions: Sim
Back
Top Bottom