All Products
Search
Document Center

Function Compute:RetryStrategy

Last Updated:Jun 11, 2026

Parameter

Type

Description

Example

object

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

PushRetryStrategy

string

The retry policy. Valid values:

  • BACKOFF_RETRY: retries with a fixed backoff interval.

  • EXPONENTIAL_DECAY_RETRY: retries with exponential backoff.

BACKOFF_RETRY