-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
FastCGI error: Stream got blocked, or terminated #188
Comments
The error seems to be related to the connection being terminated. Are you restarting php-fpm? Can you post more information about what you are doing and in the steps involved? |
I'sorry that i don't have more info. the first picture recorded what Jenkins consoled out when building project. I'm sure it is impossible that someone restarted php-fpm at that time . If I see this error again , i will record more info and tell you . thanks . |
We've been seeing this issue intermittently during deployments. Our deployment script runs the following after updating a web app's document root symlink:
I'd say something like 1 time out of every 10, the follow error is thrown:
PHP and CacheTool versions are:
I'll try updating CacheTool to the latest version and report back if it happens again. |
Still have same issue with such config
|
okok,this question we have lone time no see,has been ignored .If we see this question again, we will try your solution. Thanks a lot.
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2021年12月31日 15:48 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>、State ***@***.***> |
| 主题 | Re: [gordalina/cachetool] FastCGI error: Stream got blocked, or terminated (#188) |
Still have same issue with such config
[www]
user = www-data
group = www-data
listen = /run/php/php7.4-fpm.sock
listen.owner = www-data
listen.group = www-data
listen.mode = 0666
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Today when i cleared opcode, i got this error:
The command I runed is " /usr/local/php-fpm/bin/php cachetool.phar opcache:reset". I never seen this error before. after I built again , the error disappeared.
This is my php environment info:
I don't know what happened , could you explain it to me ? thanks a lot
The text was updated successfully, but these errors were encountered: