改名
This commit is contained in:
@@ -30,8 +30,6 @@ class OnFinish extends Callback
|
|||||||
fire(Event::TASK_FINISH, [$task_id, $data]);
|
fire(Event::TASK_FINISH, [$task_id, $data]);
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
$this->addError($exception, 'task');
|
$this->addError($exception, 'task');
|
||||||
} finally {
|
|
||||||
Snowflake::app()->decrement();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user