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

epoch_index_backup
Tyler Goodlet 2023-01-09 14:24:39 -05:00
parent 140d21c179
commit dd292b3652
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,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():