add store phase

This commit is contained in:
Oliver Gorwits
2019-03-13 21:53:57 +00:00
parent 0c62159c85
commit 1ecd277e61
3 changed files with 6 additions and 5 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/;
$self->run_workers("workers_${_}") for qw/early main user store/;
}
};