Bedework / bedework

An Enterprise Calendar and Scheduling System
Apache License 2.0
40 stars 9 forks source link

Finish move to ES #115

Closed douglm closed 5 years ago

douglm commented 7 years ago

All entities should be retrieved from ES. The DB should only be a transactional safe resource. When retrieving a single event we could check the timestamp in the db version to see if system errors caused a failed update of the db.

This avoids a whole class of errors we see at the moment. Could be applied to 3.x before we get to 4.x

douglm commented 5 years ago

Complete