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
gentle-tomato-480
09/24/2025, 5:25 PM
Flyte 1.15.3 flyte-binary on GCP btw
c
clean-glass-36808
09/25/2025, 12:58 AM
It starts when the node in the dag is running. Let me tag you in another thread
f
freezing-airport-6809
09/25/2025, 1:11 AM
Yes
freezing-airport-6809
09/25/2025, 1:11 AM
We should really call it deadline
freezing-airport-6809
09/25/2025, 1:11 AM
And create like a runtime out
c
clean-glass-36808
09/25/2025, 1:20 AM
You can effectively set a runtime timeout by using a pod template to set the active deadline seconds but it’s less user friendly.