fa9aa6b665f75e610f2b91a7d310f6499bd71770
Currently, termination of WSGI application or RPC server immediately stops service and so interrupts in-progress request. Graceful handler for SIGTERM signal was added. SIGINT signal handler was removed to allow instantaneous termination of service. DocImpact: graceful termination of process can be done by sending SIGTERM signal to parent WSGI process. Graceful termination is not instantaneous. To force instantaneous termination SIGINT signal must be sent. Change-Id: If25f9565d832d1c36642ec3b1921563ef02890aa Closes-bug: #1382390 Co-Author: Tiantian Gao <gtt116@gmail.com>
oslo.service
Library for running OpenStack services
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.service
- Source: http://git.openstack.org/cgit/openstack/oslo.service
- Bugs: http://bugs.launchpad.net/oslo.service
Description