Some more worker fine tuning
This commit is contained in:
parent
d2f2e1c371
commit
cf179188b6
7 changed files with 47 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue