mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
call checkversion from cron jobs, LOW prio
This commit is contained in:
parent
1928217f83
commit
22efc4833c
2 changed files with 37 additions and 0 deletions
|
@ -79,6 +79,9 @@ function cron_run(&$argv, &$argc){
|
|||
|
||||
// Delete all done workerqueue entries
|
||||
dba::delete('workerqueue', array('`done` AND `executed` < UTC_TIMESTAMP() - INTERVAL 12 HOUR'));
|
||||
|
||||
// check upstream version?
|
||||
proc_run(PRIORITY_LOW, 'include/checkversion.php');
|
||||
}
|
||||
|
||||
// Poll contacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue