Max number of simultaneous instances?

healthsecure15
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
    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
    If this is about Websocket API then you need to set onError callback.
Sign In or Register to comment.