swami-m

Results 7 comments of swami-m

> ``` > reflow logs ec2-44-233-146-173.us-west-2.compute.amazonaws.com:9000/f5439b80e833dfe8/259f67dde686b629aef272b3e9ab876fb7bc66358fba2011b83272d993532e11 > ``` Can you clarify what version you are running ? (ie, output of) ``` > reflow version ``` I think some recent changes...

> I am creating a workflow that has many steps that use different tools, and I'm creating [minimal Docker images](https://github.com/Niema-Docker) for each of the tools. I was wondering which of...

A random list of suggestions (note, uncompiled code, so you might have to fix syntax errors, if any): - I would suggest keeping the `exec`s which were fetching files using...

Also, a general comment. One of the biggest advantages of using reflow is its caching layer and the ability to do incremental processing. You expose what you want to cache...

Having looked through the instance types with storage, I doubt that there's much value in pursuing this. Many of these instance types with storage have much less CPU/Ram compared to...

Yeah, but an M5d.large comes with 75GB of local storage at 20% higher cost compared to a M5.large. That's just not enough instance storage for it to be worthwhile. Since...

@masiulaniec Not sure if you are still looking at using `reflow`, but for the original `taskdb` problem, I think the following solution might work: ``` > reflow config -marshal >...