freezing-airport-6809
eager-jordan-33561
02/08/2022, 11:03 AMdamp-lifeguard-95868
02/16/2022, 1:35 AMstraight-ghost-77338
02/22/2022, 3:36 PMswift-animal-75798
02/25/2022, 6:29 PMfinal String inputUri = getNodeExecution().getInputUri();
final String outputUri = getNodeExecution().getClosure().getOutputUri();
gcsFileReader.readToLiteralMap(inputUri)
gcsFileReader.readToLiteralMap(outputUri)
Also we had some special handling for the scenarios where the files are not there meaning that either the task does not have inputs/outputs.
Now since the outputUri is deprecated, we are trying to use the NodeExecutionGetData rpc, but we notice some nil pointers here and there.
How should we determine when the execution data exists, so we can make the rpc and succeed.flaky-action-19778
04/01/2022, 6:03 PMrough-monitor-45729
04/22/2022, 6:29 PMfreezing-boots-56761
incalculable-zebra-90365
06/27/2022, 5:18 PMflyteadmin
API for clearing the cache of completed executions): https://github.com/flyteorg/flyte/pull/2633
Thank you for the initial feedback to @hallowed-mouse-14616. As this change could have a slightly larger impact on Flyte, we'd be happy about some extra thoughts or ideas some of you might have - any comments would be appreciated!adamant-zoo-87864
08/10/2022, 4:13 AMadamant-zoo-87864
08/16/2022, 3:37 AMthankful-dress-89577
08/30/2022, 8:24 PMsticky-art-97180
09/06/2022, 5:53 PMboundless-twilight-37555
09/15/2022, 8:18 PMsteep-jackal-21573
09/19/2022, 3:22 PMhelpful-crowd-74546
09/20/2022, 11:29 AMnodeSelector
to the Pod template propeller uses to create pods. Currently I am only using tolerations to allow my pods to schedule on certain nodes. However, let’s say I have multiple node pools for e.g., CPU/GPU tasks and I want to be verbose about which node I want to run my workloads on. Is tolerations sufficient or would I benefit from using nodeSelectors
? It would be a fun contribution to work on, if you also think it would add value. This could e.g., be added in the @task
decorator by the same means you are adjusting requests/limits
. Let me know what you think! 🙂thankful-dress-89577
10/21/2022, 7:12 PMhallowed-mouse-14616
11/07/2022, 11:27 PMtall-lock-23197
freezing-airport-6809
freezing-airport-6809