Hi, I have a question regarding how the getfile runs in the background. Lets say I have 1000 files in the directory, when I use getfile will all 1000 files are read once and loaded into queue or is it sequentially by file?
My requirement is to load all files in queue at a time so that I can come up with approach of dependency management. Thanks, Asmath
