-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
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
Add support for Fargate resource type for AWS Batch #3474
Conversation
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
e2b4a93
to
f32ea0b
Compare
cefb067
to
e523afd
Compare
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
0d59b4c
to
b93634e
Compare
81f7cb7
to
8a43489
Compare
@pditommaso hey there Paolo!. Just stumbled upon this after hours of trying to get Nextflow working with AWS Batch + Fargate. Fargate support would be really great to have so really appreciate the work you have put in here. Going from what you mentioned over at: https://groups.google.com/g/nextflow/c/JFneg8d3x2w/m/EjYGXUubCQAJ
Have you been able to find a workaround for this limitation? As an aside, I feel the documentation does not make it very clear that Fargate is in fact not supported by Nextflow. Fargate is actually the default selection when creating AWS Batch job definitions and queues, and it is arguably the most convenient way to get started with AWS Batch (among other advantages). All this to suggest that it might be worth it to explicitly mention this limitation somewhere in the documentation, as I imagine many people would go with Fargate just to realise later that this is not supported (at least for the moment). |
Don't think we've found a workaround yet. We either need to be able to mount the AWS CLI or use Fusion, but there also we are waiting on this proposal to make that possible. |
Signed-off-by: Paolo Di Tommaso <[email protected]>
✅ Deploy Preview for nextflow-docs-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Ben Sherman <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
This PR adds support Fargate resource type for AWS Batch executor.