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

Try to get friendlier errors when DB setup is wrong #1142

Closed
zerocrates opened this issue Nov 14, 2017 · 0 comments
Closed

Try to get friendlier errors when DB setup is wrong #1142

zerocrates opened this issue Nov 14, 2017 · 0 comments
Assignees
Milestone

Comments

@zerocrates
Copy link
Member

We've covered this before but perhaps should look at it again.

The main complicating issue is that the Connection is used really early, since it's used in the module manager which is basically the first thing to run. We might just need to have some more aggressive catching in the module manager setup code that simply carries on with no modules enabled if it can't connect.

@zerocrates zerocrates added this to the December 11 milestone Nov 27, 2017
@jimsafley jimsafley self-assigned this Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants