Fluent Commerce Logo
Docs
Sign In

fc.rubix.sdk.webhook.retry.schedule

Setting

Changed on:

14 Feb 2024

Overview

Configures the Webhook retry schedule with an escalating back-off pattern.

Setting AreaWorkflow
Supported context levels:Retailer

Overview

Configures the Webhook retry schedule with an escalating back-off pattern.

Values

Data TypeValues
String

`exponential`

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

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.

Fluent Logo