From 4f961baa3619c5081fd8003966545599ae6dc18a Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 9 Mar 2023 01:33:52 +0100 Subject: [PATCH] nit --- bundle/run/pipeline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/run/pipeline.go b/bundle/run/pipeline.go index 52d5fe81..d43bbd48 100644 --- a/bundle/run/pipeline.go +++ b/bundle/run/pipeline.go @@ -62,7 +62,7 @@ func (r *pipelineRunner) logErrorEvent(ctx context.Context, pipelineId string, u // Note: For a 100 percent correct solution we should use the pagination token to find // a last event which took place for updateId incase it's not present in the first 100 events. // However the changes of the error event not being present in the last 100 events - // for the pipeline are pretty much 0, and this would not be worth the additional complexity + // for the pipeline are should be very 0, and this would not be worth the additional complexity // and latency cost for that extremely rare edge case for i := 0; i < len(res.Events); i++ { if res.Events[i].Origin.UpdateId == updateId {