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