This XenForo 2.x addon disables the browser triggered job runner and implements a CLI triggered job runner for use with Unix cron.
Requirements
This addon requires PHP 5.4 or higher and has been tested on XenForo 2.0.x and 2.1.x
Installation
Install as per normal addon installation.
Note...
This XenForo 2.2 addon implements an advanced CLI triggered job runner for use with Unix cron as a replacement for the built-in xf:run-jobs command introduced in XF 2.2
The command is called hg:run-jobs and does the same thing that xf:run-jobs does, but with more options and functionality...