-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
go plugin excute time >= 60s will cause error (event callback failed; source=plugin_server, event=reset_instances) #13210
Comments
This bug seems to have been resolved by #11819. |
This PR is merged on Nov 7, 2023. But kong 3.5 is released on Nov 8, 2023... |
Please try with 3.6 to see if the issue persists. |
Actually, it's possible: |
OK, just set |
Is there an existing issue for this?
Kong version (
$ kong version
)kong:3.5
Current Behavior
i write a golang plugin. It sleep xxx seconds and then return response. codes are below:
If the timeout >= 60s, it will return the below error:
Expected Behavior
Can we provide a argument that could set up the plugin event callback timeout ?
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: