Level 80
@sumanwebskitters You should upgrade your application if you want to use newer features. Especially since Laravel 8 stopped receiving security updates nearly three years ago.
I have come across a functionality "Concurrency::defer()" that is introduced in laravel 11. But I am using laravel 8 still I am just finding one work around for achieving this functionality. I have a function which has some view_count update that can be defer and other code that doesn't affect the response I want to do that in defer way. And I can't create seperate job for those small tasks. Please help.
Please or to participate in this conversation.