forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a connection timeout for remote region connections
This will prevent a non-responsive remote region from hanging the UI when trying to query for the replication backlog. Regular ruby Timeout won't work here because the PG connection code doesn't respond to the exception until after it has exhausted the underlying libpq timeout logic. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1796681
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters