All Products
Search
Document Center

Function Compute:RetryStrategy

Last Updated:Aug 02, 2024
ParameterTypeDescriptionExample
object

The information about the retry policy that is used if the event fails to be pushed.

PushRetryStrategystring

The retry policy. Valid values:

  • BACKOFF_RETRY: retries with a fixed backoff interval.
  • EXPONENTIAL_DECAY_RETRY: retries with exponential backoff.
BACKOFF_RETRY