modify
This commit is contained in:
@@ -34,6 +34,8 @@ class Consumer extends Process
|
|||||||
|
|
||||||
$crontab = $redis->get($value);
|
$crontab = $redis->get($value);
|
||||||
$redis->del($value);
|
$redis->del($value);
|
||||||
|
|
||||||
|
var_dump($crontab);
|
||||||
if (empty($crontab) || !($crontab = swoole_unserialize($crontab))) {
|
if (empty($crontab) || !($crontab = swoole_unserialize($crontab))) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user