Stopped example job being enqueued if Minion is enabled
This commit is contained in:
parent
4476246048
commit
c0375dcd41
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
} else {
|
||||||
$app->log->debug('No Minion Config');
|
$app->log->debug('No Minion Config');
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue