The CreatorCon Call for Content is officially open! Get started here.

429 Errors

daiva
Tera Guru

Hello Community,

I test my API with the Jmeter.

daiva_0-1720096901365.png

I'm getting these many (429)errors in servicenow. How can i handle these?

Thanks,
Daiva 

2 REPLIES 2

Its_Azar
Tera Guru
Tera Guru

Hi there @daiva 

 

A 429 error indicates that you're hitting rate limits usage quotas when making API calls to ServiceNow. 

Check Review ServiceNow's API rate limits and quotas. make sure that you're not exceeding the allowed number of requests per minute or per hour.

Configure JMeter to implement an exponential backoff strategy. This means that if you receive a 429 error, your script waits for an increasing amount of time before retrying the request. This helps to reduce the frequency of requests and stay within the rate limits.

 

If this helps kindly upvote and accept the answer thanks much.

☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.




Kind Regards,

Mohamed Azarudeen Z

Developer @ KPMG

 Microsoft MVP (AI Services), India

daiva
Tera Guru

Thanks @Its_Azar 

Thanks for the insights, but my requirement is to hit and exceed the limit. could please help in increasing the rate limit in servicenow, where it can accept any number of requestes.

Thanks,
Daiva