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

The Service should Fail if no Db Connection on Startup #6

Open
kleinmp opened this issue Nov 28, 2017 · 0 comments
Open

The Service should Fail if no Db Connection on Startup #6

kleinmp opened this issue Nov 28, 2017 · 0 comments

Comments

@kleinmp
Copy link

kleinmp commented Nov 28, 2017

When you start the probo-db service and there's no database connection, then it logs that it couldn't connect but then continues to run. However, it won't be able to consume data because that isn't started unless there's a db connection.

If the connection later begins to work (say postgres was done momentarily on startup) then it will seem as the probo-db is working becase the api calls will work but it still won't be consuming new data.

The probo-db service should simply fail if there's a db connection issue on startup. That way it will be known if it's not consuming data.

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

1 participant