Base Retry Delay

Specify the initial time (in seconds) for which to wait before retrying to build a batch and processing. The waiting time increases in the following sequence: n1, n2, n3, and so on, where n indicates the number of seconds.

For example, if you set the value to 2 seconds, retry is performed after 2, 4, 8, 16, ... seconds.