1
1
Fork 0

The last of the big workers moved ... delivery and notifier

This commit is contained in:
Michael 2017-11-19 18:59:55 +00:00
commit 8cd21269ff
23 changed files with 672 additions and 693 deletions

View file

@ -139,13 +139,13 @@ function poke_init(App $a) {
// intval($uid),
// intval($item_id)
//);
Worker::add(PRIORITY_HIGH, "notifier", "tag", $item_id);
Worker::add(PRIORITY_HIGH, "Notifier", "tag", $item_id);
}
call_hooks('post_local_end', $arr);
Worker::add(PRIORITY_HIGH, "notifier", "like", $post_id);
Worker::add(PRIORITY_HIGH, "Notifier", "like", $post_id);
return;
}