This commit is contained in:
as2252258@163.com
2021-03-26 01:34:40 +08:00
parent c6a016dc5a
commit bc773a024d
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -8,7 +8,6 @@ use Exception;
use Snowflake\Event;
use Snowflake\Process\Process;
use Snowflake\Snowflake;
use Swoole\Coroutine;
/**
@@ -34,8 +33,6 @@ class Consumer extends Process
$crontab = swoole_unserialize($redis->get($value));
$redis->del($value);
var_dump($crontab);
if (!is_object($crontab)) {
continue;
}