-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[designate] Remove RabbitMQ connection check from API health-probe
Unfortunately, neither RabbitMQ connection is established nor heartbeats are working before any request arrives to the wsgi apache process. So for this check to work some of the following is required: - Constant stream of incoming requests triggering the connection to Rabbit - API should run as a native eventlet application (designate-api) - API should run as uwsgi application with pthreads enabled for heartbeats Neither of these options is good for us, so disabling this part of health probe for API service for now.
- Loading branch information
Showing
2 changed files
with
2 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters