Use retryDelay parameter properly #143
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
When I look for how the retry is implemented with exponential delay, I found that retryDelay is not used when calculating the delay.
Maybe the delay could be an addition or multiplication with the retryDelay parameter ? This could let anyone modify the initial delay, or the delay time between retries.
Alternatively, maybe removing the retryDelay from the README and in the code would be less misleading ?
I don't think this break anything, but I guess this would produce a better code quality.
The text was updated successfully, but these errors were encountered: