Changed on:
14 Feb 2024
Setting Area | Workflow |
---|---|
Supported context levels: | Retailer |
Configures the Webhook retry schedule with an escalating back-off pattern.
Data Type | Values |
---|---|
String |
|
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.
1"settings": {
2 "fc.rubix.sdk.webhook.retry.schedule": "exponential"
3 }
Language: graphqlschema
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.