Backstop Processing Properties
Backstop Processing Configuration Properties describes the properties for configuring SBA Gateway Backstop Processing.
Property | Description |
---|---|
backstop.enabled | When set to true , this property enables Backstop Processing. The default value is false . |
backstop.triggeringStatusCode | The list of status codes that trigger Backstop Processing. The default list is the
following:
|
backstop.secondsUntilReady | The amount of time, in seconds, to wait until marking the network functions (NF) as ready regardless of the readiness of the downstream system. The default value is 10. |
The following gateway.yaml file excerpt shows the common configuration default values for the Backstop Processing properties described in Backstop Processing Configuration Properties:
# Settings relating to Backstop Processing
backstop:
enabled: false
# What HTTP Status Codes should trigger the Backstop Processing
triggeringStatusCode:
- 0 # Timeout
- 503 # Unavailable
- 500 # Server Error
- 404 # Not Found
# The amount of time (seconds) to wait until marking the NF as ready regardless
# of the downstream system being ready
secondsUntilReady: 10
For more information, see the discussion about Backstop Processing.