fc.rubix.sdk.webhook.retry.schedule
Changed on:
14 Feb 2024
Setting Area | Workflow |
---|---|
Supported context levels: | Retailer |
Overview
Configures the Webhook retry schedule with an escalating back-off pattern.
Values
Data Type | Values |
---|---|
String |
|
Detailed technical description
Default:
The Webhook retry schedule will follow the Retry Fallback Formula pattern. On failure, the first retry will be immediate, the second will be in 2 seconds, the third in 4 seconds, and the final retry will be in 8 seconds.
Exponential:
The Webhook retry schedule will follow an exponential back-off pattern. On failure, the first retry will be immediate, the second will be in 1 minute, the third in 1 hour, and the final retry will be in 1 day.
Configuration example
1"settings": {
2 "fc.rubix.sdk.webhook.retry.schedule": "exponential"
3 }
Language: graphqlschema