Home  >  Article  >  Backend Development  >  Is Artisan::queue blocking? ?

Is Artisan::queue blocking? ?

WBOY
WBOYOriginal
2016-08-04 09:19:451140browse

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

Statement:
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