Enqueue jobs postsend

Bug: T170825
Change-Id: I6425a2065693739d117474fb8f60abb0038c8e90
This commit is contained in:
Max Semenik 2017-07-18 14:34:25 -07:00
parent 4d654cfaa5
commit 19a2325314

View file

@ -777,6 +777,6 @@ class LoginNotify implements LoggerAwareInterface {
'resultSoFar' => $resultSoFar,
]
);
JobQueueGroup::singleton()->push( $job );
JobQueueGroup::singleton()->lazyPush( $job );
}
}