({ computedValue })
| 26 | // The hope is that a patient retry is more useful than fewer individually |
| 27 | // longer timeouts. |
| 28 | const calculateDelay = ({ computedValue }) => Math.min(computedValue, 2000) |
| 29 | const retryConfiguration = { limit: 3, calculateDelay } |
| 30 | const timeoutConfiguration = { response: 1000 } |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected