ravendb / samples-yabt

"Yet Another Bug Tracker" solution sample for RavenDB and .NET with Angular UI
https://yabt.ravendb.net
MIT License
109 stars 22 forks source link

Don't wait on rebuilding indexes when mutating records #26

Closed AKlaus closed 3 years ago

AKlaus commented 3 years ago

Currently, on changes (creating/updating/deleting) the API doesn't return 20x until the indexes gets up-to-date. To optimise back-end performance, the API needs to avoid holding up and provide 20x as soon as the request was accepted and validated by RavenDB