Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration loading is synchronous #780

Open
XVincentX opened this issue Aug 8, 2018 · 0 comments
Open

Configuration loading is synchronous #780

XVincentX opened this issue Aug 8, 2018 · 0 comments
Assignees

Comments

@XVincentX
Copy link
Member

Configuration loading is synchronous.

This would not be a problem if the configuration would be loaded only at startup time. It turns out the same function is used as well when doing hot-reloading. This means that during that time Express Gateway can't handle any request, because the event loop is halted.

This needs to be changed as soon as possible.

@XVincentX XVincentX self-assigned this Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant