Always write missing history frames to tsdb (again)

l1_precision_fix
Tyler Goodlet 2022-05-10 11:52:17 -04:00
parent 26fddae3c0
commit 277ca29018
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ async def start_backfill(
last_tsdb_dt: Optional[datetime] = None,
storage: Optional[Storage] = None,
write_tsdb: bool = False,
write_tsdb: bool = True,
task_status: TaskStatus[trio.CancelScope] = trio.TASK_STATUS_IGNORED,