1
0
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

@ -778,7 +778,7 @@ function admin_page_site_post(App $a) {
$users = q("SELECT `uid` FROM `user` WHERE `account_removed` = 0 AND `account_expired` = 0");
foreach ($users as $user) {
Worker::add(PRIORITY_HIGH, 'notifier', 'relocate', $user['uid']);
Worker::add(PRIORITY_HIGH, 'Notifier', 'relocate', $user['uid']);
}
info("Relocation started. Could take a while to complete.");