-
Notifications
You must be signed in to change notification settings - Fork 713
Delete unused status keys from watchable #2660
Copy link
Copy link
Closed
Description
Description:
The status keys are only stored and not deleted. Either all the status keys or at least the stale ones should be deleted to free up memory
gateway/internal/gatewayapi/runner/runner.go
Line 112 in cf46fbe
| r.ProviderResources.GatewayStatuses.Store(key, &gateway.Status) |
&
| r.ProviderResources.EnvoyPatchPolicyStatuses.Store(key, e.Status) |
Reactions are currently unavailable