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
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