This commit is contained in:
as2252258@163.com
2021-03-26 01:26:21 +08:00
parent f7d6afbc84
commit 6c1bbc2c0f
+2
View File
@@ -34,6 +34,8 @@ class Consumer extends Process
$crontab = $redis->get($value);
$redis->del($value);
var_dump($crontab);
if (empty($crontab) || !($crontab = swoole_unserialize($crontab))) {
continue;
}