Remove unexpected ttl
This commit is contained in:
parent
91b293fd49
commit
d634ff2edb
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in New Issue