Don't raise on quote feed lags to dark clearing loop
parent
7ef8111381
commit
51f4afbd88
|
@ -173,6 +173,7 @@ async def clear_dark_triggers(
|
||||||
# TODO:
|
# TODO:
|
||||||
# - numba all this!
|
# - numba all this!
|
||||||
# - this stream may eventually contain multiple symbols
|
# - this stream may eventually contain multiple symbols
|
||||||
|
quote_stream._raise_on_lag = False
|
||||||
async for quotes in quote_stream:
|
async for quotes in quote_stream:
|
||||||
# start = time.time()
|
# start = time.time()
|
||||||
for sym, quote in quotes.items():
|
for sym, quote in quotes.items():
|
||||||
|
|
Loading…
Reference in New Issue