We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877997c commit 0cd2ab4Copy full SHA for 0cd2ab4
internal/device-agent/statemachine/state_machine.go
@@ -75,6 +75,7 @@ func (sm *StateMachine) triggerStatusUpdate() {
75
select {
76
case sm.statusUpdates <- sm.current.state.Status():
77
default:
78
+ sm.logger.Warn("failed to trigger status update, channel full")
79
}
80
81
0 commit comments