Hello,
I am consistently getting timeout issues when backtesting an algorithm that uses the pipeline api. The issues are happening intermittently, sometimes my backtest completes and sometimes it does not. The errors I am getting are the following,
InterfaceError: connection already closed
There was a runtime error on line 155.
or
TimeoutException: Call to before_trading_start timed out
There was a runtime error on line 155.
Not sure what the issue is. Could someone please assist.
Regards,
Mark