-
Notifications
You must be signed in to change notification settings - Fork 16
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
Missing plugin socket #308
Comments
Hi. Have you checked if the plugin functions normally? I believe this is an expected behavior. We introduced a check to prevent requests before the plugin server is ready. Due to the implementation limit, we have to check by trying to connect to the socket, which generates error messages and we cannot mute it. We're considering removing this check logic as it does not really help when a plugin server is slow. Reference: |
We used to check if the plugin server socket is ready by trying to connect, which will generate a lot of critical messages which cannot be suppressed due to OpenResty's limitation. As the logic is not really helpful, we decided to revert it. Revert "fix(pluginserver): error if req come before ready (#9507)" This reverts commit e7b6963. Fix KAG-2136 Fix #11084 Fix Kong/kong-js-pdk#308
…1372 We used to check if the plugin server socket is ready by trying to connect, which will generate a lot of critical messages which cannot be suppressed due to OpenResty's limitation. As the logic is not really helpful, we decided to revert it. Revert "fix(pluginserver): error if req come before ready (#9507)" This reverts commit e7b6963. Fix KAG-2136 Fix #11084 Fix Kong/kong-js-pdk#308
I'm not sure if this is the right place, But recently after updating to kong 3.2.2, I started seeing ciritical errors at start up
Things seem to have a real hard time connecting to kong when this happens.
Here are the env vars used to set this up
The text was updated successfully, but these errors were encountered: