Don't raise on quote feed lags to dark clearing loop
parent
d792fed099
commit
75591dd7e9
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue