Home  >  Article  >  Backend Development  >  Q: Does laravel queue have a default execution time?

Q: Does laravel queue have a default execution time?

WBOY
WBOYOriginal
2016-08-18 09:16:311058browse

I wrote it correctly and pushed 50,000 pieces of data. Now I take out 10 pieces of data each time and add them to the queue for pushing. But every time when the execution reaches about 6,000 pieces, it gets stuck. I have to restart it before it can continue to run. Please tell me. Dear experts, what is the reason for this? Is there a default timeout?

Local environment xampp
Local configuration 8G memory i3-4170 3.7GHz

Reply content:

I wrote it correctly and pushed 50,000 pieces of data. Now I take out 10 pieces of data each time and add them to the queue for pushing. But every time when the execution reaches about 6,000 pieces, it gets stuck. I have to restart it before it can continue to run. Please tell me. Dear experts, what is the reason for this? Is there a default timeout?

Local environment xampp
Local configuration 8G memory i3-4170 3.7GHz

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