Stopped example job being enqueued if Minion is enabled

This commit is contained in:
Thomas Bloor 2018-03-20 19:25:32 +00:00
parent 1302f9e843
commit a53479c6c8
No known key found for this signature in database
GPG Key ID: 4657C7EBE42CC5CC
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ sub register {
}
);
}
$app->minion->enqueue('test' => [ 'test arg 1', 'test_arg 2' ] );
# $app->minion->enqueue('test' => [ 'test arg 1', 'test_arg 2' ] );
} else {
$app->log->debug('No Minion Config');
}