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

Building an application to scale on Laravel Vapor

Building an application to scale on Laravel Vapor

Michael Dyrynda

September 01, 2021
Tweet

More Decks by Michael Dyrynda

Other Decks in Programming

Transcript

  1. CPU

  2. Act

  3. ->when(fn () => return true ) ->whenBetween('19:00', '19:30' ) ->unless(fn

    () => return true ) ->unlessBetween('19:00', '19:30' ) ->days( ) ->weekdays( ) ->weekends()
  4. • Does the project being pinged exist • Does the

    project have an active subscription • Does the task pinging belong to the project
  5. Act