[API] Retry request on galera deadlocks
It is possible in a multi-API situation for galera deadlocks to still happen. This patch will trigger a retry in these scenarios. Change-Id: I3c62a9a39f6dec921dee8106b7a3a98cf1095f6d
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
# under the License.
|
||||
|
||||
from pecan import response
|
||||
from pecan.rest import RestController
|
||||
from libra.api.library.libra_rest_controller import LibraController
|
||||
|
||||
|
||||
class ConnectionThrottleController(RestController):
|
||||
class ConnectionThrottleController(LibraController):
|
||||
"""functions for /loadbalancers/{loadBalancerId}/connectionthrottle/*
|
||||
routing"""
|
||||
|
||||
|
Reference in New Issue
Block a user