<@U06RKAMK0UC> What is `defaultTimeout` value flyt...
# ask-ai
a
@ancient-wolf-19325 What is
defaultTimeout
value flyte connector configuration?
j
Reasoning Complete! šŸ¤– šŸ” Searched knowledge base: I need to look up the official documentation or configuration files to find the default value for
defaultTimeout
in the Flyte connector configuration. • Searching over 10 data sources from the following: File, Github File, Github Issue, Web • Found 56 documents that could be relevant from the following data sources: Github File, Github Issue, Github Pull Request, Web Content. • Filtered down to the top 30 most relevant documents. āœļø Generated answer: I have confirmed from official sources that the default value for
defaultTimeout
in the Flyte connector configuration is 10 seconds.
The
defaultTimeout
value in the Flyte connector configuration specifies the default RPC timeout for plugin operations (such as CreateTask, GetTask, DeleteTask) if a more specific timeout is not set. The default value for
defaultTimeout
is 10 seconds, as shown in the configuration examples and code defaults for the connector service plugin. This value can be overridden in your configuration YAML if needed. See connector config.go and flyte-binary Helm chart for details. Would you like more detail on how to override or use this setting? Sources: - connector config.go - flyte-binary Helm chart šŸ‘ 0 button šŸ‘Ž 0 button šŸ’” Hint: Mention @runllm in the thread for followups.