This commit is contained in:
as2252258@163.com
2021-03-26 01:42:58 +08:00
parent 21c91d93f8
commit 4574b822f2
+2
View File
@@ -43,6 +43,8 @@ class Consumer extends Process
{
$crontab = $this->channel->pop(-1);
var_dump($crontab);
$this->dispatch($crontab);
$this->popChannel();