Store spooled data
This commit is contained in:
parent
c5d571287c
commit
6845775ff9
3 changed files with 9 additions and 3 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue