rbeckman-nextgen / test-mc

test-migration
1 stars 0 forks source link

Support exponential backoff for retries #2290

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

It would be great to support exponential backoff for send retries. Currently one has to choose between a quick initial retry and reasonable 1000th retry. 1 minute makes a good initial retry, but a terrible 1000th retry.

Thanks.

Imported Issue. Original Details: Reporter: dgtombs Created: 2012-12-20T14:07:55.000-0800

rbeckman-nextgen commented 4 years ago

We could add an option for logarithmic retries, but it cannot be enabled when "Rotate messages in queue" is selected.

Imported Comment. Original Details: Author: jacobb Created: 2013-04-08T15:13:38.000-0700

rbeckman-nextgen commented 4 years ago

This will be easier to add now due to the advanced queue settings dialog.

Imported Comment. Original Details: Author: narupley Created: 2015-06-08T13:14:50.000-0700