Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <[email protected]>
  • Loading branch information
shuangkun committed Apr 2, 2024
1 parent ae9873a commit d14da1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/controller/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var (
// ErrDeadlineExceeded indicates the operation exceeded its deadline for execution
ErrDeadlineExceeded = errors.New(errors.CodeTimeout, "Deadline exceeded")
// ErrParallelismReached indicates this workflow reached its parallelism limit
ErrParallelismReached = errors.New(errors.CodeForbidden, "Max parallelism reached")
ErrParallelismReached = errors.New(errors.CodeForbidden, "Max parallelism reached")
// ErrFailFastReached indicates that the workflow failed fast
ErrFailFastReached = errors.New(errors.CodeForbidden, "Fail fast reached")
ErrResourceRateLimitReached = errors.New(errors.CodeForbidden, "resource creation rate-limit reached")
Expand Down

0 comments on commit d14da1b

Please sign in to comment.