hello! I’m planning do adjust the timeouts for nod...
# flyte-deployment
a
hello! I’m planning do adjust the timeouts for nodes/workflows (https://github.com/flyteorg/flytepropeller/blob/17c53ed1b9ee85f3ed8c8b8bae1d8fa574d02920/pkg/controller/config/config.go#L92-L97) and I was wondering if the times I set will include time spent queued, or only time spent running?
h
Great question @abundant-laptop-47033. The config you linked is for the NodeExecution, NodeActive, and WorkflowActive deadlines defined here. The NodeActive will include the time spent queued and the NodeExecution will only include the time spent running. So you can configure them differently.
a
perfect, thank you!
f
Cc @billowy-sundown-31926 can we doc this
1
👀 1
b
Sure
159 Views