This commit is contained in:
as2252258@163.com
2021-02-28 00:35:30 +08:00
parent 9726618f30
commit f419d015c1
+1
View File
@@ -92,6 +92,7 @@ class OnWorkerStart extends Callback
$this->addError($exception);
write($exception->getMessage(), 'worker');
}
try {
$event->trigger(Event::SERVER_AFTER_WORKER_START, [$worker_id]);
} catch (\Throwable $exception) {