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,
|
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 () => {
|
||||||
|
|
Loading…
Reference in New Issue