mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Prettified Code!
This commit is contained in:
committed by
GitHub Action
parent
f5b6aaf14f
commit
2cd5ccfc81
@@ -11,11 +11,10 @@ slug: /tools/sdk/powershell/retries
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
|
||||
The SDK supports retry logic in the case of an unexpected error. You have these two retry configuration options:
|
||||
|
||||
* MaximumRetryCount - How many times to retry the request. Default is 10 retries.
|
||||
* RetryIntervalSeconds - How many seconds to wait between retries. Default is 5 seconds.
|
||||
- MaximumRetryCount - How many times to retry the request. Default is 10 retries.
|
||||
- RetryIntervalSeconds - How many seconds to wait between retries. Default is 5 seconds.
|
||||
|
||||
The following code will tell the SDK to retry 2 times after an unexpected error and wait 3 seconds between retries.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user