Skip to content

Commit

Permalink
log when failed to delete schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas committed Nov 5, 2024
1 parent 898df3d commit f564c38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/connectors/engine/workflow/terminate_schedules.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ func (w Workflow) runTerminateSchedules(
infiniteRetryContext(ctx),
s.ID,
); err != nil {
// TODO(polo): log error but continue
_ = err
workflow.GetLogger(ctx).Error("failed to delete schedule", "schedule_id", s.ID, "error", err)
}
})
}
Expand Down

0 comments on commit f564c38

Please sign in to comment.