Sujith Samuel
02/13/2023, 8:52 AMDan Rammer (hamersaw)
02/13/2023, 2:33 PM0s
means infinite for node-active-deadline
, node-execution-deadline
, and workflow-active-deadline
.Sujith Samuel
02/13/2023, 2:59 PMDan Rammer (hamersaw)
02/13/2023, 3:39 PMSujith Samuel
02/17/2023, 5:21 PMDan Rammer (hamersaw)
02/17/2023, 5:34 PM0s
should work. Can I see what your propeller config looks like? What does the workflow look like? What was the exact error message? I know we've ran into scenarios previously where a the workflow-active-deadline
has exceeded and it automatically aborted node executions. If this is broken, I would be happy to look into it.Sujith Samuel
02/28/2023, 2:57 PMDan Rammer (hamersaw)
02/28/2023, 2:58 PM0s
(not going to lookup the PR). i don't think this configuration is being picked up. let me look into it real quick.Sujith Samuel
02/28/2023, 2:59 PMDan Rammer (hamersaw)
02/28/2023, 3:04 PMSujith Samuel
02/28/2023, 4:01 PMDan Rammer (hamersaw)
02/28/2023, 4:18 PMStrictMode
when parsing configuration so that if the yaml config does not exactly match what Flyte components expect they will error out. It would mitigate these kinds of issues - which we see more frequently than we would like. However, it introduces some issues with single binary, etc because we have a unified configuration that all components read from. It might be worth addressing this in more depth.Sujith Samuel
03/10/2023, 11:56 AMDan Rammer (hamersaw)
03/10/2023, 2:09 PM