oslo.messaging/oslo_messaging/tests/rpc
Dan Smith b34ab8b1cc [rabbitmq] Implement active call monitoring
This adds an optional call_monitor_timeout parameter to the RPC client,
which if specified, will enable heartbeating of long-running calls by
the server. This enables the user to increase the regular timeout to
a much larger value, allowing calls to take a very long time, but
with heartbeating to indicate that they are still running on the server
side. If the server stops heartbeating, then the call_monitor_timeout
takes over and we fail with the usual MessagingTimeout instead of waiting
for the longer overall timeout to expire.

Change-Id: I60334aaf019f177a984583528b71d00859d31f84
2018-05-09 10:08:37 -07:00
..
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_client.py [rabbitmq] Implement active call monitoring 2018-05-09 10:08:37 -07:00
test_dispatcher.py Replace mox with mock 2016-12-16 11:24:13 +01:00
test_server.py Fix default value of RPC dispatcher access_policy 2017-09-24 20:25:38 -07:00