This commit is contained in:
as2252258@163.com
2021-04-16 00:22:26 +08:00
parent e9243de9c1
commit de6e01b058
4 changed files with 273 additions and 275 deletions
-1
View File
@@ -35,7 +35,6 @@ class Producer extends Component
}
$tickTime = time() + $crontab->getTickTime();
$redis->del('stop:crontab:' . $name, 120);
$result = $redis->zAdd(self::CRONTAB_KEY, $tickTime, $name);