Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Managing queues with Laravel Horizon (AFUP)

Managing queues with Laravel Horizon (AFUP)

Freek Van der Herten

May 17, 2019
Tweet

More Decks by Freek Van der Herten

Other Decks in Technology

Transcript

  1. About me Freek Van der Herten Partner & developer at

    Spatie @freekmurze murze.be ohdear.app
  2. Spatie creates a lot of it ± 200 packages on

    Packagist ± 2,300,000 downloads a month ± 35,000,000 total downloads All Postcardware!
  3. Why do we use queues? Users want fast responses Intensive

    tasks shouldn't be done inside the request Move work to a queue
  4. ONE QUEUE MULTIPLE QUEUES Queue 1 Queue 2 Queue 3

    TIME TIME WORK A WORK A WORK B WORK C WORK B WORK C