429 Errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 05:44 AM
Hello Community,
I test my API with the Jmeter.
I'm getting these many (429)errors in servicenow. How can i handle these?
Thanks,
Daiva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 05:49 AM
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.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 09:55 PM
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