Sep 5, 2018 · 1 min read
You can increase the --timeout option on laravel queues, and maybe also increase PHP’s max_execution_time .
But personally, I’d think of finding a way to breakdown my code such that a job doesn’t have to take more than a minute
