I am fetching orderbook every 1.2 seconds to check for my order updates, since orderbook api ratelimit is 1p/s , this should not be problem, but servers are taking too long to respond api post request on the following route :
https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/getOrderBook
getting the following error : ReadTimeoutError: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)
Pls update asap