The application uses the following precedence to determine the retry and delay values for fetching cart status:
- Config System Properties
environment.ts File
For example, if you have only set the PricingCircuitMaxRetries flag in the Config System Properties, the application uses the delay value set in the cartRetryDelay parameter in the environment.ts file.
If none of the above settings is configured, the application uses the default values (5 retry attempts with a 500-millisecond delay) from the SDK. For more information see SDK Reference.