1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Remove unexpected ttl

This commit is contained in:
Adria Navarro 2023-12-04 16:30:00 +01:00
parent 91b293fd49
commit d634ff2edb

View file

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