Home > Article > Backend Development > Is Artisan::queue blocking? ?
When php calls the
Artisan::queue command in the background through a URL, a 502 appears because the Artisan::queue command takes too long to execute. Shouldn't
Artisan::queue be executed asynchronously in the background? ?
When php calls the
Artisan::queue command in the background through a URL, a 502 appears because the Artisan::queue command takes too long to execute. Shouldn't
Artisan::queue be executed asynchronously in the background? ?