fix: comments

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-03 15:28:04 +01:00
parent 9bae0fb2db
commit 310a867cfa
8 changed files with 643 additions and 231 deletions

View File

@@ -45,7 +45,7 @@ export async function bootCron() {
});
}
const lock = await getLock('cron:lock', '1', 1000 * 60 * 60 * 5);
const lock = await getLock('cron:lock', '1', 1000 * 60 * 5);
if (lock) {
logger.info('Cron lock acquired');