Skip to content

Commit fc89013

Browse files
authored
Merge pull request #203511 from owinoakelo/patch-11
Update application-provisioning-quarantine-status.md
2 parents 557fab8 + 2cf7d75 commit fc89013

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/active-directory/app-provisioning/application-provisioning-quarantine-status.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@ A job can go into quarantine regardless of failure counts for issues such as adm
6969
- A job with 20,000 failures and 100,000 success wouldn't go into quarantine because it does not exceed the 40% failure threshold or the 40,000 failure max.
7070
- There's an absolute threshold of 60,000 failures that accounts for both reference and non-reference failures. For example, 40,000 users failed to be provisioned and 21,000 manager updates failed. The total is 61,000 failures and exceeds the 60,000 limit.
7171

72+
**Retry duration**
73+
74+
The logic documented here may be different for certain connectors to ensure best customer experience, but we generally have the below retry cycles after a failure:
75+
76+
After the first failure, the first retry happens within the next 2 hours (usually in the next sync cycle).
77+
- The second retry happens 6 hours after the first failure.
78+
- The third retry happens 12 hours after the first failure.
79+
- The fourth retry happens 24 hours after the first failure.
80+
- The fifth retry happens 48 hours after the first failure.
81+
- The sixth retry happens 96 hours after the first failure
82+
- The seventh retry happens 168 hours after the first failure.
83+
84+
After the 7th failure, entry is flagged and no further retries are run.
85+
7286

7387
## How do I get my application out of quarantine?
7488

0 commit comments

Comments
 (0)