☰
Login
Signup
Home
›
Python client
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 2020
sujith
Max number of simultaneous instances?
healthsecure15
November 2020
in
Python client
I am running the API in two separate scripts.
1- Authorization token is stored in a text file
2- Both scripts are using the authorization token from this file and run throughout the trading hours.
Lately I notice that after a particular time, both scripts are not executing orders and throwing up no errors(I have a try except block set up).
Is there a limit I am hitting or something else?
sujith
November 2020
You can enable debug logs and paste the complete stack trace here, for further investigation.
You can check out the rate limits
here
.
If you hit the rate limits then you will receive a 429 error from the Kite trade.
sujith
November 2020
If this is about Websocket API then you need to set onError callback.
Sign In
or
Register
to comment.
You can check out the rate limits here.
If you hit the rate limits then you will receive a 429 error from the Kite trade.