Merge "Remove deprecated executor in message handling servers"
This commit is contained in:
@@ -137,7 +137,6 @@ def get_server(target, endpoints, serializer=None):
|
|||||||
TRANSPORT,
|
TRANSPORT,
|
||||||
target,
|
target,
|
||||||
endpoints,
|
endpoints,
|
||||||
executor='eventlet',
|
|
||||||
serializer=serializer,
|
serializer=serializer,
|
||||||
access_policy=access_policy
|
access_policy=access_policy
|
||||||
)
|
)
|
||||||
@@ -151,7 +150,6 @@ def get_notification_listener(targets, endpoints, serializer=None, pool=None):
|
|||||||
targets,
|
targets,
|
||||||
endpoints,
|
endpoints,
|
||||||
allow_requeue=False,
|
allow_requeue=False,
|
||||||
executor='eventlet',
|
|
||||||
pool=pool,
|
pool=pool,
|
||||||
serializer=serializer
|
serializer=serializer
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user