NotifyStrategy

更新时间:
复制 MD 格式

The NotifyStrategy parameter specifies the backoff retry and exponential decay retry policies that are used when Simple Message Queue (formerly MNS) encounters a fault while pushing messages to an Endpoint.

Policy

Description

Parameter

Backoff retry

Retries 3 times. The interval between each retry is a random value between 10 and 20 seconds.

BACKOFF_RETRY

Exponential decay retry

Retries 176 times over a total of 1 day. The retry interval increases exponentially to 512 seconds. The specific intervals are: 1, 2, 4, 8, 16, 32, 64, 128, 256, and then 512 for the remaining 167 retries.

EXPONENTIAL_DECAY_RETRY