mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 13:49:24 +00:00
Merge pull request #50 from sharelatex/bg-metric-for-unlock-errors
add metric for unlock errors
This commit is contained in:
commit
54f128289f
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ module.exports = LockManager =
|
|||
else if result? and result isnt 1 # successful unlock should release exactly one key
|
||||
profile.log("unlockScript:expired-lock").end()
|
||||
logger.error {doc_id:doc_id, key:key, lockValue:lockValue, redis_err:err, redis_result:result}, "unlocking error"
|
||||
metrics.inc "unlock-error"
|
||||
return callback(new Error("tried to release timed out lock"))
|
||||
else
|
||||
profile.log("unlockScript:ok").end()
|
||||
|
|
Loading…
Reference in a new issue