octavia/octavia/cmd
Tatsuma Matsuki ad69363fc7 Separate the thread pool for health and stats update
When queue_event_streamer driver is used and RabbitMQ
is down, stats update processes occupy the thread pool
which is shared with health update processes. Then,
RabbitMQ down unexpectedly leads to delete all existing
amphorae. This commit separates the thread pool and aims
to keep the existing amphorae working even when RabbitMQ
is down.

Change-Id: I576687f5b646496ff3a00787cf5e8c27f36b9448
Task: 22929
Story: 2002937
2018-08-22 09:07:01 +09:00
..
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
agent.py Replace six.iteritems() with .items() 2017-03-13 02:56:27 +08:00
api.py Allow operators to disable v1 or v2.0 api endpoints 2017-06-26 14:37:27 -07:00
haproxy_vrrp_check.py fix tox python3 overrides 2018-06-27 09:32:00 +08:00
health_manager.py Separate the thread pool for health and stats update 2018-08-22 09:07:01 +09:00
house_keeping.py Merge "Add exception handling for housekeeping service" 2018-07-05 16:10:37 +00:00
octavia_worker.py Enable oslo_config mutable configurations 2018-07-01 16:45:30 -07:00