Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@TimoKoerber TimoKoerber released this 24 Mar 15:16
· 30 commits to main since this release
69d339c

You can now change the queue, that operations are being dispatched to.

  • Provide a $queue attribute in an OneTimeOperation class to change the queue, that the job will be dispatched to
  • Provide the --queue option with the artisan operations:process command to force a specific queue for all operations
    • artisan operations:process --queue=redis