You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: