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: docs/available-components/middlewares.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The `SmartRetryMiddleware` automatically retries tasks with flexible delay setti
44
44
***Delay Before Retry**: Define a fixed delay or use additional strategies.
45
45
***Jitter**: Adds random delay variations to distribute retries evenly and prevent simultaneous task execution.
46
46
***Exponential Backoff**: Increases the delay for each subsequent retry, useful for gradually recovering system performance.
47
-
***Custom Schedule Source (`schedule_source`)**: Enables using a custom schedule source, such as an external queue or service, to manage delayed task execution.
47
+
***Custom Schedule Source (`schedule_source`)**: Enables using a custom schedule source to manage delayed task execution.
0 commit comments