Skip to content

Commit e771b7f

Browse files
committed
Merge branch 'main' of github.com:oliverde8/phpEtlBundle into main
2 parents ea80992 + e8c697c commit e771b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/ChainProcessorsManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public function executeFromEtlEntity(EtlExecution $execution, iterable $iterator
132132
if ((time() - $observerProcessTime) > 5 || $hasFinished) {
133133
$execution = $this->etlExecutionRepository->find($execution->getId());
134134
$execution->setStepStats(json_encode($operationStates));
135-
$this->etlExecutionRepository->save($execution);
136135

136+
$this->etlExecutionRepository->save($execution);
137137
$observerProcessTime = time();
138138
}
139139
});

0 commit comments

Comments
 (0)