rigetti / rpcq

The RPC framework and message specification for @rigetti Quantum Cloud Services.
Apache License 2.0
75 stars 29 forks source link

Pass client timeout to server, optionally override server's timeout #126

Closed notmgsk closed 4 years ago

notmgsk commented 4 years ago

If the server's timeout is shorter than the client's, keep it. If the client's is shorter than the server's, use that timeout for the server. This prevents the server running jobs for which the client will not receive the results because it has already timed-out.