☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
798
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.