Hi All,

From the recently live algorithm deployment I found that there is a new feature “Best effort restart if problems due to run time error ………”

I would like to ask in what extend this feature can cover? For example if there is run time error on client application that crash the algo, will QC try to restart the algo?

I have an example attached. I run it in paper account in the live mode. This algo will be crashed after 10 minutes due to a wrong index access. In the end, there is a run time error throws: IndexError : list index out of range.

It seems that the algo cannot be restarted. Is this expected ?

Thanks

Author