Skip to content

Commit 9b05187

Browse files
Updated changes for document
1 parent 1786b05 commit 9b05187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/UsageDoc/CA_UsageDocument.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Currently LTA support is not provided for SBOM, hence until that is implemented
228228
Resulted `output.json` file will be having the list of installed packages and the same file will be used as an input to `Continuous clearing tool - Bom creator` as an argument(`--packagefilepath`). The remaining process is same as other project types.
229229
### **Retry Strategy**
230230

231-
The retry strategy is implemented using the Polly library to handle transient errors such as HTTP request exceptions, task cancellations, and specific HTTP status codes (5xx server errors and 408 Request Timeout). The policy is configured to retry operations up to three times with increasing intervals between attempts (5, 10, and 30 seconds). During each retry attempt, detailed debug information is logged, including the attempt number and the reason for the retry. This approach ensures that network communication is more resilient and reliable by automatically retrying failed requests due to transient issues.
231+
The retry strategy is implemented using the Polly library to handle transient errors such as HTTP request exceptions, task cancellations, and specific HTTP status codes (5xx server errors and 408 Request Timeout). The policy is configured to retry operations up to three times with increasing intervals between attempts (5, 10, and 30 seconds). This approach ensures that network communication is more resilient and reliable by automatically retrying failed requests due to transient issues.
232232
### **Configuring the Continuous Clearing Tool**
233233

234234
Arguments can be provided to the tool in two ways :

0 commit comments

Comments
 (0)