View Revisions: Issue #3048

Summary 0003048: Allow configuration of a retry interval for failed outgoing batches
Revision 2019-04-26 13:11 by elong
Description Allow configuration of a retry interval for failed outgoing batches. In addition, possibly allow a decreasing interval. i.e. if a batch fails retry every x min until period y, then decrement the retry to every z min, etc. I.E. if a batch fails more than n times, should you continue to retry it at the same rate constantly.

Implement an interface such as BackoffAlgorithm with different implementations that can be selected. It would save bandwidth and reduce space and chaos in log files.
Revision 2017-04-13 15:43 by gwilmer
Description Allow configuration of a retry interval for failed outgoing batches. In addition, possibly allow a decreasing interval. i.e. if a batch fails retry every x min until period y, then decrement the retry to every z min, etc. I.E. if a batch fails more than n times, should you continue to retry it at the same rate constantly.