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
Better use of channels to watch machine events and monitor them. Currently creates a new go-routine for monitoring and healthchecks, which might lead to concurrency and memory issues when dealing with Volatile scaling.
Proposed Solution
Aggregate channels to make a single channel that listens to all events sent by the machineServiceV1alpha.watch
The text was updated successfully, but these errors were encountered:
Description
Better use of channels to watch machine events and monitor them. Currently creates a new go-routine for monitoring and healthchecks, which might lead to concurrency and memory issues when dealing with Volatile scaling.
Proposed Solution
Aggregate channels to make a single channel that listens to all events sent by the
machineServiceV1alpha.watch
The text was updated successfully, but these errors were encountered: