We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I run this script (reflow run hello)
reflow run hello
val Main = exec(image := "NOTEXISTS", mem := GiB) (out file) {" echo hello world again >>{{out}} "}
I get this output:
$ reflow run hello.rf reflow: run ID: 1bd9f5a8 ec2cluster: 1 instances: m3.large:1 (<=$0.1/hr), total{mem:7.0GiB cpu:2 disk:2.9TiB intel_avx:2}, waiting{}, pending{} 1bd9f5a8: elapsed: 1m10s, running:1, completed: 0/1 hello.Main: exec notubuntu echo hello world again >>{{out}} 1m9s
and it just appears to just keep churning forever without throwing an error.
This is especially error-prone with AWS's regions.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
mariusae
No branches or pull requests
If I run this script (
reflow run hello
)I get this output:
and it just appears to just keep churning forever without throwing an error.
This is especially error-prone with AWS's regions.
The text was updated successfully, but these errors were encountered: