Go to file
Marian Horban fa9aa6b665 Graceful shutdown WSGI/RPC server
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>
2015-06-17 10:54:46 -04:00
2015-06-11 16:06:54 +03:00
2015-06-16 17:26:05 +00:00
2015-05-21 16:51:51 +03:00

oslo.service

Library for running OpenStack services

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 711 KiB