-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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
Reactions are currently unavailable