We are facing odd issue. We have two parts 1. Windows task to update database 2. Web API using same database to provide search results
We want to pause API while Windows task updating the database. So Search results won't be partial or incorrect. Is it possible to pause API request while database is being updated? Database update take about 10-15 seconds.