☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
996
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
November 2016
sameer
November 2016
Vivek
Error: 409 : Too many requests
sameer
November 2016
edited November 2016
in
General
I am getting error 409.
I was told that max 3 requests supported per sec.
So i tried to make 300 requests with sleep time of 350 millisecs after every request and still I am getting error 409.
Please correct my understanding about API limit
Vivek
November 2016
@sameer
429 is the error status code sent if you are hitting rate limiting and not 409. Can you verify if you are getting 429 or 409?
sameer
November 2016
Sorry its 429 and not 409 ... Please let me know about API limit
sameer
November 2016
One thing I guess is "though I sent request in interval of 340 ms, due to load at server...server code received request at interval less than 333 ms"
Vivek
November 2016
@sameer
Please set a like 500ms and check it.
Sign In
or
Register
to comment.