hey, so I have a weird problem..
1. I have flows running with flow storage from gitlab,
2. dependencies from ecr image (run_config)
3. ecs agent (run_config)
now I have another requirement of storing the results in s3😅
I register the flow from a different file(cli file) n add the flow storage and run config through (separate from the actual flow file).
Everything works great till here, ecs pulls in the right image, grabs the flow from gitlab, runs fine.
but I can't seem to get results working like this.
1. s3 storage works when I the storage to the flow in the flow file
2. s3 storage does not work when I add it through the cli file before registering.
any idea what am doing wrong? feels like the storage I specify gets overwritten when the flow gets pulled in from gitlab (speculating though)
Edit:I want results so that I can retry flows when they fail(if any1 was wondering). Also planning to write a scheduled flow that clears results of completed flows so that I don't have to worry about using too much storage (just 3mil records or so :3)