Librarian client should timeout faster
Bug #765 reported by
Stuart Bishop
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
The Librarian client currently hangs indefinitly if there is no response from the Librarian.
Instead, and exception should be raised if there is no response from the Librarian for one second (which is more than enough time if the Librarian is functioning correctly).
Changed in launchpad: | |
status: | New → Accepted |
Changed in launchpad-foundations: | |
assignee: | flacoste → nobody |
status: | Confirmed → Triaged |
visibility: | private → public |
Changed in launchpad: | |
importance: | Medium → Low |
To post a comment you must log in.
Actually, if you look at bug 140818, you'll notice that 1 second is actually not enough. Part of the problem may be bug 140817, but part of it is that the database just can't be counted on to respond in less than one second.