overleaf/services/document-updater/app/coffee
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
..
sharejs Error if update would make document too long 2015-11-06 12:52:03 +00:00
DiffCodec.coffee Initial open sourcing 2014-02-12 10:40:42 +00:00
DispatchManager.coffee implemeneted redis-sharelatex 2014-10-07 12:08:36 +01:00
DocOpsManager.coffee Use version from web, with fallback to old mongo collection 2014-05-14 13:28:17 +01:00
DocumentManager.coffee Flush track changes when unloading data from redis 2016-01-20 15:05:31 +00:00
Errors.coffee Return semantic error if the requested ops are not available when getting a document 2016-05-31 13:24:19 +01:00
HttpController.coffee Add one to size of line. 2016-05-12 09:26:50 +01:00
LockManager.coffee Include COUNT in lock and make RND per-process incase randomBytes blocks 2016-04-13 16:27:53 +01:00
Metrics.coffee Use new metrics module 2014-05-08 09:28:13 +01:00
MongoHealthCheck.coffee Add in mongo health check end point 2015-08-31 15:57:26 +01:00
mongojs.coffee Use version from web, with fallback to old mongo collection 2014-05-14 13:28:17 +01:00
PersistenceManager.coffee Don't let HTTP calls take longer than 5 seconds since we're inside a 30 second lock 2016-04-12 17:10:39 +01:00
ProjectManager.coffee Initial open sourcing 2014-02-12 10:40:42 +00:00
RedisKeyBuilder.coffee Remove old methods of triggering doc updates 2016-06-01 11:28:23 +01:00
RedisManager.coffee Remove old methods of triggering doc updates 2016-06-01 11:28:23 +01:00
ShareJsDB.coffee Ensure version is still returned from redis 2014-02-26 14:49:52 +00:00
ShareJsUpdateManager.coffee Gracefully return when an op has already been submitted 2015-11-19 10:54:28 +00:00
TrackChangesManager.coffee Revert "only flush to track-changes when ops are queued" 2015-12-01 15:48:49 +00:00
UpdateManager.coffee Remove old methods of triggering doc updates 2016-06-01 11:28:23 +01:00