Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Pipeline Timeout Exception Question

Hi all,

I'm working on a CustomFactor and am running into a Timeout Exception in the algorithm backtester. Obviously, it suggests that my pipeline is taking too long to run. However, I'm not sure about which part of the pipeline it's referring to. That is, is the computation being performed for a single asset's custom factor taking too long, or is the pipeline computation for all assets for the given day taking too long?

The latter would require me to shrink the universe I'm evaluating on, while the prior may be slightly more difficult in that I need to make my custom factor more efficient.

In short, is a Timeout Exception thrown when the entire pipeline takes too long to compute, or when a single asset within the pipeline takes too long?

Thanks!

1 response