You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a couple of days, we observed a memory leak and traced it to this code change on our side.
After trying several things, the single change that fixed our memory leak was removing the options.timeout setting in transportEntries. We moved the per subgraph timeout to a single setting on the newly added requestTimeout option, and the memory leak was immediately fixed.
The text was updated successfully, but these errors were encountered:
jaffemd
changed the title
Memory Leak caused by setting options.timeout in transportEntries
Memory Leak when setting options.timeout in transportEntries
Dec 9, 2024
jaffemd
changed the title
Memory Leak when setting options.timeout in transportEntries
Memory Leak when setting options.timeout per subgraph in transportEntries
Dec 9, 2024
Versions:
Hi! We currently have a hive gateway setup to serve a supergraph.
We recently tried adding timeout settings per subgraph. Below is our config:
After a couple of days, we observed a memory leak and traced it to this code change on our side.
After trying several things, the single change that fixed our memory leak was removing the
options.timeout
setting in transportEntries. We moved the per subgraph timeout to a single setting on the newly addedrequestTimeout
option, and the memory leak was immediately fixed.The text was updated successfully, but these errors were encountered: