Start legacy backfill with partial too
parent
727d3cc027
commit
d3824c8c0b
|
@ -389,11 +389,13 @@ async def manage_history(
|
||||||
# a required backend func this must block until shm is
|
# a required backend func this must block until shm is
|
||||||
# filled with first set of ohlc bars
|
# filled with first set of ohlc bars
|
||||||
await bus.nursery.start(
|
await bus.nursery.start(
|
||||||
start_backfill,
|
partial(
|
||||||
mod,
|
start_backfill,
|
||||||
bfqsn,
|
mod,
|
||||||
shm,
|
bfqsn,
|
||||||
do_legacy=True,
|
shm,
|
||||||
|
do_legacy=True,
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# yield back after client connect with filled shm
|
# yield back after client connect with filled shm
|
||||||
|
|
Loading…
Reference in New Issue