Using queues in @laravelphp is great … unless the queue has silently failed and you didn’t even know about it π¨ I’m going to show you a simple and lightweight strategy to notify you when a queue isn’t processing jobs.
PHP
β Running PHP tests in parallel on GitHub actions
A couple of years ago, Laravel introduced a great feature which allows to run PHPUnit / Pest tests in parallel. This results in a big boost in performance. By default, it determines the concurrency level Read more…