File: RPC-call-monitoring-7977f047d069769a.yaml

package info (click to toggle)
python-oslo.messaging 8.1.4-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,108 kB
  • sloc: python: 17,845; sh: 454; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
prelude: >
    RPCClient now supports RPC call monitoring for detecting the loss
    of a server during an RPC call.
features:
  - |
    RPC call monitoring is a new RPCClient feature.  Call monitoring
    causes the RPC server to periodically send keepalive messages back
    to the RPCClient while the RPC call is being processed.  This can
    be used for early detection of a server failure without having to
    wait for the full call timeout to expire.