We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6ca9f commit f724ccfCopy full SHA for f724ccf
services/galley/src/Galley/Intra/Util.hs
@@ -66,7 +66,7 @@ componentRequest Gundeck o =
66
componentRetryPolicy :: IntraComponent -> RetryPolicy
67
componentRetryPolicy Brig = x1
68
componentRetryPolicy Spar = x1
69
-componentRetryPolicy Gundeck = x3
+componentRetryPolicy Gundeck = limitRetries 0
70
71
call ::
72
IntraComponent ->
@@ -90,6 +90,3 @@ asyncCall comp req = void $ do
90
91
x1 :: RetryPolicy
92
x1 = limitRetries 1
93
-
94
-x3 :: RetryPolicy
95
-x3 = limitRetries 3 <> exponentialBackoff 100000
0 commit comments