Hi Flyte community,
Is there a way to increase the verbosity level of pyflyte-execute? I'm currently debugging a task and the only output from running this command is
Killed
. New files aren't generated at the specified output prefix, raw output prefix, or checkpoint path locations.
@tall-lock-23197 Thanks for calling this out! Seems like even running locally results in a "Killed" message.
@polite-ability-4005 I'll keep that issue in mind if I find any subsequent hard to decipher error messages from Flyte that I can provide reproducing code for
t
tall-lock-23197
03/16/2023, 5:24 AM
Is it possible for you to share the code snippet?
w
witty-wall-39635
03/16/2023, 4:28 PM
Hi Samhita, I cannot share the code. However, the "Killed" message was from the process taking up all of the memory available on the pod. It was specific to the application, not to Flyte