add late phase too so that users can still access content in db

This commit is contained in:
Oliver Gorwits
2019-03-14 22:03:08 +00:00
parent 4e63a2be10
commit a6af25672b
3 changed files with 5 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ sub run {
# run other phases
if ($job->check_passed) {
$self->run_workers("workers_${_}") for qw/early main user store/;
$self->run_workers("workers_${_}") for qw/early main user store late/;
}
};