Start legacy backfill with partial too

m4_corrections
Tyler Goodlet 2022-04-18 08:47:25 -04:00
parent 13c88a075d
commit 72b93c0f24
1 changed files with 7 additions and 5 deletions

View File

@ -389,12 +389,14 @@ async def manage_history(
# a required backend func this must block until shm is
# filled with first set of ohlc bars
await bus.nursery.start(
partial(
start_backfill,
mod,
bfqsn,
shm,
do_legacy=True,
)
)
# yield back after client connect with filled shm
task_status.started(shm)