Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/10/2024 01:03 PM
Hi Team,
we have a use case to add a delay between 2 calls in create account json for 2mins.. first call should run after 2 minutes second call should run.
i have added retrywaitseconds value to 120.
"apiRateLimitConfig": { "retryWaitSeconds": 120 }
it seems to work for import but for provisioning it is immediately calling URL without even a delay of even 10th of a second.
Any help would be highly appreciated.
Thanks
09/10/2024 02:32 PM
Can you share full json and logs in text format
09/10/2024 08:37 PM
Hi @rushikeshvartak connection json below. we are connected to app test environment which is done for quite a sometime. can't provide you with logs at least for now.
{
"authentications": {
"userAuth": {
"authType": "oauth2",
"url": "",
"httpMethod": "POST",
"httpParams": {
"grant_type": "client_credentials",
"scopes": "",
"client_secret": "",
"client_id": ""
},
"httpHeaders": {
"contentType": "application/x-www-form-urlencoded"
},
"httpContentType": "application/x-www-form-urlencoded",
"expiryError": "ExpiredAuthenticationToken",
"authError": [
"InvalidAuthenticationToken",
"401 Unauthorized"
],
"retryFailureStatusCode": [
401
],
"timeOutError": "Read timed out",
"errorPath": "error.code",
"maxRefreshTryCount": 5,
"tokenResponsePath": "access_token",
"tokenType": "Bearer",
"accessToken": "Bearer abcd",
"apiRateLimitConfig": {
"retryWaitSeconds": 120
}
}
}
}
09/11/2024 09:57 AM
@rushikeshvartak anything?
09/12/2024 08:04 AM
@rushikeshvartak any help will be appreciated..