Add better internet/database connection warning #2
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/dibbler#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes, dibbler is not able to communicate with the database. There has been different reasons for this. It would be nice if the program could try to determine which of these scenarios are the most likely, and report a human readable error instead of printing a long stack trace.
One way of doing this would be to check the database connection (implicit failure, since it probably triggered this check), in addition to pinging 2 machines, one being the database host. This would allow us to guess whether only the database service is down, the whole database host, or whether it's a network problem. But there might be more reliable ways to do this.