Add timeout to sendRPC method #74

Open
opened 2025-09-05 01:44:33 +00:00 by stanislav.hejny · 0 comments

Add timeout to sendRPC method to terminate the call if there's too no long response.

For the python to work well with the management service, we need to ensure that the python process can exit cleanly when instructed.
The wait action for RPC call will prevent this from happening. Thus the RPC call must be time-limited with configurable timeout, that wil terminate the RPC call if there's no response within the timeout period.

Add integration test to verify the function.

Add timeout to sendRPC method to terminate the call if there's too no long response. For the python to work well with the management service, we need to ensure that the python process can exit cleanly when instructed. The wait action for RPC call will prevent this from happening. Thus the RPC call must be time-limited with configurable timeout, that wil terminate the RPC call if there's no response within the timeout period. Add integration test to verify the function.
stanislav.hejny added this to the V.01 milestone 2025-09-05 01:45:42 +00:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clevermicro/amq-adapter-python#74
No description provided.