Unify connection retry behavior across drivers
Bug #1520648 reported by
Federico Ceratto
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tooz |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Some Tooz drivers can handle configuration options for connection/command retry.
The interface is not consistent across drivers, e.g. Kazoo can handle a keyword argument connection_
Ideally, the default values should be the safest (e.g. retry connections forever)
To post a comment you must log in.
Unfortunately the kazoo case is directly exposing the underlying driver interface. I don't know that that's a pattern we want to repeat, but some sort of common retry configuration does seem reasonable.