change mutex key
This commit is contained in:
parent
38d4d34713
commit
4bf1dbbd83
|
@ -480,7 +480,7 @@ export default async (
|
||||||
noteToPublish = note;
|
noteToPublish = note;
|
||||||
}
|
}
|
||||||
|
|
||||||
const lock = new Mutex(redisClient, "publishedNote:lock");
|
const lock = new Mutex(redisClient, "publishedNote");
|
||||||
await lock.acquire();
|
await lock.acquire();
|
||||||
try {
|
try {
|
||||||
const exists = (await redisClient.exists(publishKey)) > 0;
|
const exists = (await redisClient.exists(publishKey)) > 0;
|
||||||
|
|
Loading…
Reference in New Issue