diff --git a/pkg/check/smoke/smoke.go b/pkg/check/smoke/smoke.go index c4101b00..a3809cfd 100644 --- a/pkg/check/smoke/smoke.go +++ b/pkg/check/smoke/smoke.go @@ -126,6 +126,8 @@ func (c *Check) run(ctx context.Context, cluster orchestration.Cluster, o Option if err != nil { c.logger.Errorf("create new batch failed: %v", err) c.metrics.BatchCreateErrors.Inc() + c.logger.Infof("retrying in: %v", o.TxOnErrWait) + time.Sleep(o.TxOnErrWait) continue }