other: merge new pr.

This commit is contained in:
Haojun Liao 2024-09-19 16:53:37 +08:00
parent c5eca0486e
commit 8b6771bc96
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ void streamSetupScheduleTrigger(SStreamTask* pTask) {
streamTmrStart(streamTaskSchedHelper, delay, pTask, streamTimer, &pTask->schedInfo.pDelayTimer,
pTask->pMeta->vgId, "sched-tmr");
pTask->schedInfo.status = TASK_TRIGGER_STATUS__INACTIVE;
}
}
int32_t streamTrySchedExec(SStreamTask* pTask) {