1
0
Fork 0

Store spooled data

This commit is contained in:
Michael 2016-12-01 20:53:18 +00:00
commit 6845775ff9
3 changed files with 9 additions and 3 deletions

View file

@ -556,6 +556,9 @@ function clear_worker_processes() {
function poller_run_cron() {
logger('Add cron entries', LOGGER_DEBUG);
// Check for spooled items
proc_run(PRIORITY_HIGH, "include/spool_post.php");
// Run the cron job that calls all other jobs
proc_run(PRIORITY_MEDIUM, "include/cron.php");