fix(backend): prevent run repeatable job immediately

Fix #16357
This commit is contained in:
syuilo 2025-08-09 14:37:09 +09:00
parent 72864fcbd0
commit 7595bff43b
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ export class QueueService {
for (const def of REPEATABLE_SYSTEM_JOB_DEF) {
this.systemQueue.upsertJobScheduler(def.name, {
pattern: def.pattern,
immediately: false,
}, {
name: def.name,
opts: {