Don't raise on quote feed lags to dark clearing loop

dark_clearing_improvements
Tyler Goodlet 2023-01-09 14:24:39 -05:00
parent 7ef8111381
commit 51f4afbd88
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ async def clear_dark_triggers(
# TODO:
# - numba all this!
# - this stream may eventually contain multiple symbols
quote_stream._raise_on_lag = False
async for quotes in quote_stream:
# start = time.time()
for sym, quote in quotes.items():