This setting is thread-specific, meaning it that is stored in a thread local.
This function doesn't check the type or range of the value. The default
value is None.
See also: create_rpc(), fetch()
Args
value
The default value that you want to use for the deadline parameter
of create_rpc().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The `set_default_fetch_deadline()` function sets a default deadline value for the `create_rpc()` function's `deadline` parameter."],["This deadline setting is specific to each thread, meaning that different threads can have different default deadline values."],["The function does not validate the type or range of the deadline value provided."],["The default deadline value, when not set using this function, is `None`."]]],[]]