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

Document that you should Initialize all objects before entering application #20

Open
biniona opened this issue Mar 19, 2024 · 1 comment
Labels

Comments

@biniona
Copy link
Contributor

biniona commented Mar 19, 2024

Document that minject is intended to initialize all objects before you start your application.

This is largely due to the fact that the registry must lock while objects are initialized, which can cause slow start-up times and could cause issues if say a health check passes but objects still need to initialize slowly.

@xiyan128
Copy link
Contributor

from slack

We may drop #20 depending on how thread safety ticket goes as well.
@biniona

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants