A project is running locally on 127.0.0.1. 222.222.222.222 runs the server.
Originally,
1000 queue requests are issued locally and transferred to the local redis queue A. When A1 is completed, B1 of queue B is started, local listen is started, and so on. After the queue is all finished, it is successful.
Now,
issue 1000 queue requests locally and transfer them to the server's redis queue A. When A1 is completed, start B1 of queue B and listen locally, and so on. However, after executing 7 or 8 requests, the local monitoring will throw a php.exe timeout exception and end the monitoring.
Excuse me, why is this happening?
A project is running locally on 127.0.0.1. 222.222.222.222 runs the server.
Originally,
1000 queue requests are issued locally and transferred to the local redis queue A. When A1 is completed, B1 of queue B is started, local listen is started, and so on. After the queue is all finished, it is successful.
Now,
issue 1000 queue requests locally and transfer them to the server's redis queue A. When A1 is completed, start B1 of queue B and listen locally, and so on. However, after executing 7 or 8 requests, the local monitoring will throw a php.exe timeout exception and end the monitoring.
Excuse me, why is this happening?