1
0
Fork 0
mirror of synced 2024-06-22 16:10:40 +12:00

Update shutdown logging

This commit is contained in:
Rory Powell 2022-08-31 11:05:49 +01:00
parent ae3e4a7d6e
commit 7ae3d1d19f

View file

@ -20,6 +20,7 @@ exports.shutdown = async () => {
if (devAppClient) await devAppClient.finish()
if (debounceClient) await debounceClient.finish()
if (flagClient) await flagClient.finish()
console.log("Redis shutdown")
}
exports.doesUserHaveLock = async (devAppId, user) => {