Skip to main content
There are 2 ways to enable Retries and set the number of retries and the time to wait before retrying:

Add it from the UI

Go to the Retries page and enable retries and set the number of retries and the initial retry time.
Retries Page

Add it in code

You can also add the retry parameters in the request body to enable retries and set the number of retries and the time to wait before retrying.

Supported parameters

object
Enable or disable retries and set the number of retries and the time to wait before retrying.
boolean
required
Enable or disable retries.
number
The number of retries to attempt.
number
The time to wait before retrying in seconds.