I'm writing an API using ib_insync, Sanic and ngrok to forward webhook signals from Tradingview onto Interactive Brokers. It works on only the first attempt and
I have two Python web frameworks (Sanic) deployed separately in a microservice architecture. How can I call the endpoints of Framework A inside Framework B? I a