neutron/releasenotes/notes/update-rpc-reports-worker-proc-title-09671cd397685403.yaml
Takashi Kajinami babb63275d Use different process title for RpcReportsWorker and RpcWorker
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
2024-02-08 20:12:09 +00:00

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.