1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 16:55:40 +02:00

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

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: {