v2.2.0b3 makes some back-end changes to the way we manage the lock files and fixes an issue where long running jobs could see multiple job runners executing at the same time.
This version has also been updated to more closely match some of the structure and options for the core job runner included in XF 2.2
Note breaking change: the --time option has been renamed --max-execution-time inline with the options provided by the XF2.2 core job runner.
Other changes:
- code cleanup: we don't need a custom app class to show jobs
- new CLI command: hg:show-crons
- new CLI command: hg:run-cron
- add logQuiet function to LoggerTrait
- XF2.2 updates the XF time after each queue run
- rebuilt Lock functionality to use a non-static class, managed by a SubContainer
- ensure lock expiry is at least 30 seconds after the max execution time (10 minutes)