Using Defer helper in laravel 11 #52863
Replies: 4 comments 2 replies
-
Isn't this the same as Edit I can't find the function definition in L11. |
Beta Was this translation helpful? Give feedback.
-
Are you using |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Also see cpriego/valet-linux#381 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This code runs perfectly as expected on a production server. I get the response immediately while defered code runs on the background.
On my local machine, it returns the response immediately as well
BUT the browser keeps loading until the defered code finishes executing after 5 seconds that had been set by
sleep(5)
My local OS is linux debian 12
What could be causing this problem?
Beta Was this translation helpful? Give feedback.
All reactions