This commit is contained in:
2021-03-01 17:12:09 +08:00
parent 03654739c9
commit 67275cc485
+3
View File
@@ -107,6 +107,9 @@ class OnWorkerStart extends Callback
if (!Snowflake::app()->isRun()) { if (!Snowflake::app()->isRun()) {
return; return;
} }
var_dump(__METHOD__);
sleep(1); sleep(1);
$this->ticker(); $this->ticker();