CLI Job / Cron Runner

xF2 Add-on CLI Job / Cron Runner 2.1.0

No permission to download
Update
  • had required parameters after optional parameters - re-arranging logJobProgress function signature to make it more usable
  • added new option --reset to delete any existing lockfile - useful in situations where a job has crashed without removing the lock and you don't want to wait 10 minutes for the lock to expire
Important: if you also run my NulledTeam - SparkPost addon - you must update that to the new v2.1.0 release after updating this addon

Addon has now been tested on PHP 8.0
Stable release of v2.0.0 - tested on XF 2.2.0 stable

Changes:
  • listen to app_cli_setup rather than app_setup do we don't instantiate our SubContainer unnecessarily
  • fix an issue where upgrade from v1.5 fails due to legacy Setup.php file