Changed priority
This commit is contained in:
parent
41e07a9ae2
commit
3aa6d516bf
|
@ -57,7 +57,7 @@ class Cron
|
|||
Hook::fork($a->queue['priority'], 'cron');
|
||||
|
||||
// Poll contacts
|
||||
Worker::add(PRIORITY_HIGH, 'PollContacts');
|
||||
Worker::add(PRIORITY_MEDIUM, 'PollContacts');
|
||||
|
||||
// Update contact information
|
||||
Worker::add(PRIORITY_LOW, 'UpdatePublicContacts');
|
||||
|
|
Loading…
Reference in a new issue