Files
nomad/client
Pierre Cauchois ca1b85b36d RPC Timeout/Retries account for blocking requests (#8921)
The current implementation measures RPC request timeout only against
config.RPCHoldTimeout, which is fine for non-blocking requests but will
almost surely be exceeded by long-poll requests that block for minutes
at a time.

This adds an HasTimedOut method on the RPCInfo interface that takes into
account whether the request is blocking, its maximum wait time, and the
RPCHoldTimeout.
2020-09-18 08:58:41 -04:00
..
2020-08-24 20:22:42 -04:00
2020-03-15 09:37:05 +01:00
2020-06-19 11:29:41 -04:00
2020-03-21 17:57:48 +01:00
2019-01-11 11:36:37 -08:00
2020-03-02 13:47:43 -05:00
2019-01-23 06:27:14 -08:00
2018-10-16 16:53:29 -07:00