diff --git a/backend/controller/controller.go b/backend/controller/controller.go index 57a30d1f71..cf6b1c2ccf 100644 --- a/backend/controller/controller.go +++ b/backend/controller/controller.go @@ -1591,7 +1591,7 @@ func (s *Service) reapAsyncCalls(ctx context.Context) (nextInterval time.Duratio if err != nil { return 0, fmt.Errorf("failed to complete zombie async call: %w", err) } - // TODO: telemetery + observability.AsyncCalls.Executed(ctx, call.Verb, call.CatchVerb, call.Origin.String(), call.ScheduledAt, true, optional.Some("async call lease failed")) } if len(calls) == limit {