Commit 15a3009
authored
Use Stricter Retry Logic in ApacheBlockingContainerClient (#4141)
* Use Stricter Retry Logic in ApacheBlockingContainerClient
* Scala Format
* Update Tests
* Simplify timeout calculation
* Remove max retry threshold
* Remove unneeded variable
* Remove unnecessary type conversion
* Add comment for sleep units1 parent f1ccdba commit 15a3009
File tree
1 file changed
+5
-3
lines changed- common/scala/src/main/scala/org/apache/openwhisk/core/containerpool
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| |||
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
152 | | - | |
153 | 155 | | |
154 | | - | |
155 | | - | |
| 156 | + | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| |||
0 commit comments