Is it okay to call kite.positions() API every 0.5 seconds?

Amitrajit
Is it okay to call kite.positions() API on every iteration inside the main algorithm loop (one iteration takes around 0.5 seconds)? It somewhat simplifies my code, But I keep getting connection errors for the positions API ( 502 bad gateway etc) every 30 minutes
This discussion has been closed.