Remove unexpected ttl

This commit is contained in:
Adria Navarro 2023-12-04 16:30:00 +01:00
parent 91b293fd49
commit d634ff2edb
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ async function processMessage(job: Job) {
name: LockName.APP_MIGRATION, name: LockName.APP_MIGRATION,
type: LockType.AUTO_EXTEND, type: LockType.AUTO_EXTEND,
resource: appId, resource: appId,
ttl: 60000,
}, },
async () => { async () => {
await context.doInAppContext(appId, async () => { await context.doInAppContext(appId, async () => {