自动点赞提交

This commit is contained in:
wong
2026-05-12 16:58:46 +08:00
parent 1d11f01115
commit 41ffb8a220
22 changed files with 1247 additions and 156 deletions

View File

@@ -35,7 +35,7 @@ class WorkbenchAutoLikeCommand extends Command
// 检查队列是否已经在运行
$queueLockKey = "queue_lock:{$this->queueName}";
//Cache::rm($queueLockKey);
Cache::rm($queueLockKey);
if (Cache::get($queueLockKey)) {
$output->writeln("队列 {$this->queueName} 已经在运行中,跳过执行");
Log::warning("队列 {$this->queueName} 已经在运行中,跳过执行");