If I create write to a file in a flow and then in a sub flow create another file, will these files all be available to until the top level flow finishes? Running on a
kubernetes-job
eddy davies
01/27/2023, 1:25 PM
the simple test i did implied they would be just wanna confirm
eddy davies
01/27/2023, 1:26 PM
Is it only when top level flow finishes that those files are lost? Trying to work out best time to upload to s3, for performance I think it would be better to upload bigger files rather than lots of small ones
c
Christopher Boyd
01/27/2023, 1:37 PM
Files are lost when the pod is deleted
e
eddy davies
01/27/2023, 1:58 PM
And a pod is only created for top level flow not subflows?