Home > Backend Development > PHP Tutorial > Is Artisan::queue blocking? ?

Is Artisan::queue blocking? ?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-04 09:19:45
Original
1216 people have browsed it

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? ?

Reply content:

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? ?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template