You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ thr := NewThrottlerAll( // throttles only if all children throttle
133
133
In gohalt v0.4.0 breaking change is introduced to replace all untyped errors with two major error types:
134
134
-`ErrorThreshold` which defines error type that occurs if throttler reaches specified threshold.
135
135
-`ErrorInternal` which defines error type that occurs if throttler internal error happens.
136
-
You can find list of returning error types for all existing throttlers in throttlers table bellow or in documentation.
136
+
You can find list of returning error types for all existing throttlers in throttlers table bellow or in documentation.
137
137
**Note:** not every gohalt throttler must return error; some throttlers might cause different side effects like logging or call to `time.Sleep` instead.
0 commit comments