Release 1.1.0
You can now change the queue, that operations are being dispatched to.
- Provide a
$queueattribute in anOneTimeOperationclass to change the queue, that the job will be dispatched to - Provide the
--queueoption with theartisan operations:processcommand to force a specific queue for all operationsartisan operations:process --queue=redis