-
Notifications
You must be signed in to change notification settings - Fork 386
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
Memory leak: http connections keep opened #1062
Comments
Under my observations the number of open connections with hundreds of http jobs, the connections reach a stable point. How many jobs are you trying to run? |
Only one job with one http executor. I think http executor sends |
I ran into the same problem where dkron would not release the connection causing server memory to overflow |
Can you confirm if this still happens in latest version? |
I have just refreshed version to 3.2.2, I can refer in a few days. |
Closing this because the workaround was merged |
Describe the bug
We have got a dkron-3.1.10 inside Kubernetes cluster with single deployment (single pod only). We are using only one http executor which started at every 30 seconds. Every check opens a new http connection and all of previous keep established.
Expected behavior
Close previous established tcp connections or re-use them and do not open new to same endpoint.
Screenshots
** Specifications:**
Additional context
Lot of established tcp connections:
Running inside the pod:
Thank you!
The text was updated successfully, but these errors were encountered: