Release 1.1.0
You can now change the queue, that operations are being dispatched to.
- Provide a
$queue
attribute in anOneTimeOperation
class to change the queue, that the job will be dispatched to - Provide the
--queue
option with theartisan operations:process
command to force a specific queue for all operationsartisan operations:process --queue=redis