Skip to content

Commit

Permalink
fix: (sinker) idle message
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques committed Oct 6, 2023
1 parent ff54b67 commit 8925e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestro/service/deploy_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (d *eventService) HandleSinkIdle(ctx context.Context, event maestroredis.Si
if err != nil {
d.logger.Error("error updating status to idle", zap.Error(err))
}
}
}()
// dropping idle otel collector
_, err := d.deploymentService.NotifyCollector(ctx, event.OwnerID, event.SinkID, "delete", "", "")
if err != nil {
Expand Down

0 comments on commit 8925e1d

Please sign in to comment.