https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
a

Anna Cunningham

07/13/2022, 11:45 PM
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?
d

Dan Rammer (hamersaw)

07/14/2022, 2:04 AM
Great question @Anna Cunningham. 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

Anna Cunningham

07/14/2022, 2:32 AM
perfect, thank you!
k

Ketan (kumare3)

07/14/2022, 2:52 AM
Cc @Smriti Satyan can we doc this
āœ… 1
šŸ‘€ 1
s

Smriti Satyan

07/14/2022, 4:18 AM
Sure
2 Views