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
Rather than polling DescribeGraph every scrape_interval seconds, just call it once at startup, cache the state, then subscribe to graph notifications and update the cached state.
Rationale: DescribeGraph is an expensive call, so this optimization should reduce memory usage.
The text was updated successfully, but these errors were encountered:
Rather than polling
DescribeGraph
everyscrape_interval
seconds, just call it once at startup, cache the state, then subscribe to graph notifications and update the cached state.Rationale:
DescribeGraph
is an expensive call, so this optimization should reduce memory usage.The text was updated successfully, but these errors were encountered: