The last of the big workers moved ... delivery and notifier
This commit is contained in:
parent
5108115fc1
commit
8cd21269ff
23 changed files with 672 additions and 693 deletions
|
@ -173,7 +173,7 @@ function videos_post(App $a) {
|
|||
$drop_id = intval($i[0]['id']);
|
||||
|
||||
if ($i[0]['visible']) {
|
||||
Worker::add(PRIORITY_HIGH, "notifier", "drop", $drop_id);
|
||||
Worker::add(PRIORITY_HIGH, "Notifier", "drop", $drop_id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue