Skip to content
Snippets Groups Projects
Commit b9e64592 authored by ko_oler's avatar ko_oler
Browse files

убран лишний комментарий

parent afc85125
Branches
Tags
No related merge requests found
...@@ -90,7 +90,7 @@ func WaitSpaceAvailable(ctx context.Context, svc Spaces, spaceID string, logger ...@@ -90,7 +90,7 @@ func WaitSpaceAvailable(ctx context.Context, svc Spaces, spaceID string, logger
logger.Warn("Space not available", zap.String("spaceID", spaceID), zap.Uint("Retry", n), zap.Error(err)) logger.Warn("Space not available", zap.String("spaceID", spaceID), zap.Uint("Retry", n), zap.Error(err))
}), }),
retry.Delay(500*time.Millisecond), retry.Delay(500*time.Millisecond),
retry.Attempts(1800), // 900s == 900 000 retry.Attempts(1800),
retry.Context(ctx), retry.Context(ctx),
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment