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

Hosted service failure in startup will prevent app start #381

Closed
jeffputz opened this issue Dec 8, 2024 · 0 comments
Closed

Hosted service failure in startup will prevent app start #381

jeffputz opened this issue Dec 8, 2024 · 0 comments
Assignees
Labels

Comments

@jeffputz
Copy link
Collaborator

jeffputz commented Dec 8, 2024

Switching to background services in the IHostedService way apparently will run each service synchronously on startup. This is not ideal when the user on first run wants to allow the database connection failure to happen, then go to /forums/setup. It also begs the question about whether or not it might hose the app if it encounters a failure normally.

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

No branches or pull requests

1 participant