Some more worker fine tuning

This commit is contained in:
Michael 2017-06-17 13:58:18 +00:00
commit cf179188b6
7 changed files with 47 additions and 19 deletions

View file

@ -82,6 +82,9 @@ function cron_run(&$argv, &$argc){
proc_run(PRIORITY_MEDIUM, 'include/dbclean.php');
proc_run(PRIORITY_LOW, "include/cronjobs.php", "update_photo_albums");
// Delete all done workerqueue entries
dba::delete('workerqueue', array('done' => true));
}
// Poll contacts