-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server::check_worker_exit_status(): worker(pid=294, id=0) abnormal exit #5294
Comments
I will test it later. |
Or try to follow this tutorial to see where the problem lies. |
If I don't enable hooks, i.e., if I remove the following lines, I don't get the error:
|
Setting it to |
Please answer these questions before submitting your issue.
I have a small pet project and I added one docker compose service for a Swoole server and another one for the FPM server. The application can be checked here: https://github.com/CViniciusSDias/picpay-challenge/tree/swoole-plus-fpm
When running
docker compose up -d
, everything seems to work fine and I am able to perform requests (http://localhost:8123/users
, for example), but if I perform a small stress test, it gives me error responses and shows the following warning in the logs:This is how I executed the stress test:
No errors in the logs and a successful test result
Only 2 requests being handled by swoole and multiple of the following logs in the output:
php --ri swoole
)?5.1.1
uname -a
&php -v
&gcc -v
) ?uname -a
in my host:uname -a
inside the container:php -v
inside the container:gcc -v
inside the container:The text was updated successfully, but these errors were encountered: