babb63275d
Currently both RpcReportsWorker and RpcWorker are launched with the same process title("rpc worker"), and we can't distinguish one from the other. This changes the process title of RpcReportsWorker, so that we can find the worker used by RpcReportsWorker, not by RpcWorker. Change-Id: I610a00667762bbdd45bc72c5a865694b92cfd45a
13 lines
429 B
YAML
13 lines
429 B
YAML
---
|
|
features:
|
|
- |
|
|
Neutron now sets different process titles for RPC workers ('rpc worker') and
|
|
RPC reports worker ('rpc reports worker') so that these two types of workers
|
|
can be distinguished.
|
|
|
|
upgrade:
|
|
- |
|
|
The process title for RPC reports worker has been changed from
|
|
'rpc worker' to 'rpc reports worker'. Please update any external scripts or
|
|
services which look up the process title accordingly.
|