Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow requests into restarting application
If the app is restarting then we should not short-circuit the hot reload handler/scan lock logic. This is not perfect, as there will always be a possible race, but makes it much less likely a request will hit a torn down app.
- Loading branch information