You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like for there to be a way to adjust maximum retry delay or configure it in some other way since even with minimum retry delay the exponential backoff sets a very large delay.
When using a 5 second retryDelay this gets even wilder with the last delay being constantly in the range of 40-90 hours
I'd like there to be some more tunability for this, maybe so we can configure the maximum power (currently 16), allow setting a maximum retryDelay, or allowing to pass in a custom SQL to decide that.
I know this was quickly discussed in #340 but I do think this should be reconsidered
The text was updated successfully, but these errors were encountered:
Hi,
I would like for there to be a way to adjust maximum retry delay or configure it in some other way since even with minimum retry delay the exponential backoff sets a very large delay.
For instance with 1 second delay
When using a 5 second retryDelay this gets even wilder with the last delay being constantly in the range of 40-90 hours
I'd like there to be some more tunability for this, maybe so we can configure the maximum power (currently 16), allow setting a maximum retryDelay, or allowing to pass in a custom SQL to decide that.
I know this was quickly discussed in #340 but I do think this should be reconsidered
The text was updated successfully, but these errors were encountered: