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

I suspect I'm not using Q1500US() within a Pipeline correctly; can someone steer me in a more correct direction?

The problem is a Timeout Exception:
TimeoutException: Too much time spent in handle_data and/or scheduled functions. 50 second limit exceeded.

All this toy algorithm does is buy the first 10 stocks in Q1500US() on day 1. A few months later, I get a Timeout on the pick_stocks() function, which I didn't even think would be getting hit after day 1. Maybe the Pipeline runs in the background anyway??