overleaf/services/document-updater/test/unit/coffee/UpdateManager
James Allen f707783aba Remove old methods of triggering doc updates
Remove the old pub/sub listener which is no longer used.

Also remove the DocsWithPendingUpdates set, which used to track
docs waiting to be updated. This was necessary incase messages were
missed on the pub/sub channel, so we knew which docs still had pending
updates. However, now we use the BLPOP queue, these updates just sit in
the queue until a consumer comes back to continue consuming them.
2016-06-01 11:28:23 +01:00
..
ApplyingUpdates.coffee Remove old methods of triggering doc updates 2016-06-01 11:28:23 +01:00
lockUpdatesAndDoTests.coffee Use signed locks so only the locking party can remove their lock 2016-04-13 11:59:56 +01:00