This commit is contained in:
2021-03-01 17:34:31 +08:00
parent da40529ee3
commit 64fef7940a
-2
View File
@@ -30,8 +30,6 @@ class OnFinish extends Callback
fire(Event::TASK_FINISH, [$task_id, $data]);
} catch (\Throwable $exception) {
$this->addError($exception, 'task');
} finally {
Snowflake::app()->decrement();
}
}