marius a. eriksen

Results 40 comments of marius a. eriksen

We might use this as an opportunity to enrich the type system. For example, imagine if instead of simply a `file` type, it had subtypes, denoted by `.`. For example...

fyi, @josh-newman has a working version of this; will probably land soon.

Probably the behavior should be to not provide a resolution to such images.

I'm not sure: we may never hit the exec with this image, and there are other reasons resolution can fail but execution can succeed. (e.g., think of using an image...

Probably a good strategy is to let `ec2cluster` choose storage strategy depending on instance size: if there is sufficient local storage available, use it instead of EBS.

I think that's too complicated. The simplest thing would be to do just one or the other. If you require more storage than is available on instance storage, tough luck...

Oh, I think I know what's going on. Also due to AWS, we are perhaps a little too aggressive with retrying image resolution failures. I'll report back.

Hi @gregwebs, thanks for your comment. We have such a document internally, and I plan on formatting it for external use. (And also make sure it's up to date with...

Also, to address some of your specific questions: * _how does client job submission work?_ Reflow does not do asynchronous job submission. Think of Reflow like you would a program...

Reflow behaves just like any other program interpreter: ctrl-c stops execution. Of course, because Reflow is incremental, and intermediate reductions are cached, if you start it up again, it's (most...