Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Saviynt is hitting more than 1100 calls in a min

anuragtripathi
New Contributor II
New Contributor II
The job is getting failed after 1 min, due to throttling on the application side.
Saviynt is hitting more than 1100 calls in a min, we have to restrict the saviynt to hit only 500 calls in a minute.
 
The calls are related to API of single account aggregation in call2 of account aggregation. 
Current config json.
 
{
    "showLogs": true,
    "apiRateLimitConfig": {
        "retryAfterCalls": 500,
        "retryWaitSeconds": 60
    },
"connectionTimeoutConfig": {
"connectionTimeout": 10,
"readTimeout": 50
}
}
 
Please provide the inputs on how to fix this.
5 REPLIES 5

rushikeshvartak
All-Star
All-Star
  • apiRateLimitConfig is only supported in connection json.

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

anuragtripathi
New Contributor II
New Contributor II

Do we have any way to restrict API calls for accountimport

NM
Esteemed Contributor
Esteemed Contributor

@anuragtripathi try this only it should work 

{

    "showLogs": true,

    "apiRateLimitConfig": {

        "retryAfterCalls": 501,

        "retryWaitSeconds": 60

    },


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

None currently raise idea ticket. Can you share you json to check why its calling multiple times


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Manu269
All-Star
All-Star

@anuragtripathi i check this doc : Creating an Integration (saviyntcloud.com) and referring to ConfigJSON and seems it works.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.