This commit is contained in:
2021-03-01 18:42:52 +08:00
parent 651094d07a
commit 569fcbff61
+1
View File
@@ -118,6 +118,7 @@ class OnWorkerStart extends Callback
if (!Snowflake::app()->isRun()) { if (!Snowflake::app()->isRun()) {
return; return;
} }
usleep(100);
$this->ticker(); $this->ticker();
} }