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

samplerd_service
Tyler Goodlet 2023-01-09 14:24:39 -05:00
parent d792fed099
commit 75591dd7e9
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():