File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ The service creates sequence of the delays (nanoseconds) according to chosen str
6
6
[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fretry-policy-service%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/The-Igor/retry-policy-service )
7
7
8
8
There are two strategies
9
- - constant - constant delay between retries
10
- - exponential - Exponential backoff is a strategy in which you increase the delays between retries
9
+
10
+ | type | description |
11
+ | --- | --- |
12
+ | constant | The strategy implements constant backoff |
13
+ | exponential [ default] | Exponential backoff is a strategy in which you increase the delays between retries |
11
14
12
15
``` swift
13
16
/// Constant delay between retries
You can’t perform that action at this time.
0 commit comments