sumanWebskitters's avatar

I am still using laravel 8 in one of my project and I want your help with Concurrency in my project.

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.

0 likes
1 reply
martinbean's avatar

@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.

Please or to participate in this conversation.