Is it correct that the timeout set on a task start...
# flyte-support
g
Is it correct that the timeout set on a task starts from the moment the pod for that task is created (but not necessarily yet scheduled/running)? Because that's what I'm seeing right now
Flyte 1.15.3 flyte-binary on GCP btw
c
It starts when the node in the dag is running. Let me tag you in another thread
f
Yes
We should really call it deadline
And create like a runtime out
c
You can effectively set a runtime timeout by using a pod template to set the active deadline seconds but it’s less user friendly.