fast-pizza-24629
08/29/2023, 4:55 PMData store error:
No completed attempts of the task was found for task 'SportBasicDataGenerationFlow/1047/get_or_process_each_sample_keys/65282'
and
[1047/get_or_process_each_sample_keys/65282 (pid 3335)] [pod t-wtfgs-n6h4l] Task finished with exit code None.
we have tried to increase memory and disk, but when we get the resources logs in graphana, that does not seem to be the issue... any suggestion?ancient-application-36103
08/29/2023, 4:56 PMancient-application-36103
08/29/2023, 4:56 PMfast-pizza-24629
08/29/2023, 4:57 PMfast-pizza-24629
08/29/2023, 5:04 PM0.task_stderr.log in the metaflow bucket for the task work?fast-pizza-24629
08/29/2023, 5:12 PM...
@timeout(minutes=10)
@catch(var="process_failure")
@resources(gpu=1)
@environment(vars={"GST_PLUGIN_PATH": "sunstone/gstreamer"})
@kubernetes(
disk=KUBERNETES_DISK,
namespace=KUBERNETES_NAMESPACE,
service_account=KUBERNETES_SERVICE_ACCOUNT,
tolerations=KUBERNETES_TAINTS,
)
@step
def get_or_process_each_sample_keys(self):
...