mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 23:01:10 +00:00
Add method to get number of queued project updates
This commit is contained in:
parent
6d44176ab5
commit
3d313ebc53
1 changed files with 3 additions and 0 deletions
|
@ -315,6 +315,9 @@ module.exports = RedisManager =
|
|||
|
||||
rclient.rpush projectHistoryKeys.projectHistoryOps({project_id}), jsonUpdate, callback
|
||||
|
||||
numQueuedProjectUpdates: (project_id, callback = (error, length) ->) ->
|
||||
rclient.llen projectHistoryKeys.projectHistoryOps({project_id}), callback
|
||||
|
||||
clearUnflushedTime: (doc_id, callback = (error) ->) ->
|
||||
rclient.del keys.unflushedTime(doc_id:doc_id), callback
|
||||
|
||||
|
|
Loading…
Reference in a new issue