This commit is contained in:
2021-04-14 14:44:16 +08:00
parent 2e9e164f94
commit a672522d3b
3 changed files with 1 additions and 16 deletions
-2
View File
@@ -33,8 +33,6 @@ class Producer extends Component
$tickTime = time() + $crontab->getTickTime();
var_export($crontab);
$redis->zAdd(self::CRONTAB_KEY, $tickTime, $name);
}