Skip to content

Commit ad7da75

Browse files
Updated code
1 parent 9b05187 commit ad7da75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/UsageDoc/CA_UsageDocument.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Currently LTA support is not provided for SBOM, hence until that is implemented
226226
![image.png](../usagedocimg/output.PNG)
227227
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.
229-
### **Retry Strategy**
229+
### **API Calls Retry Strategy**
230230

231231
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**

0 commit comments

Comments
 (0)