Skip to content

Support for AWS Batch Consumable Resources #5917

Open
@exai-sukh

Description

@exai-sukh

New Feature

AWS has introduced a new feature for AWS Batch, called "Consumable Resources". It would be great if Nextflow's AWS executor could support this. You may see additional details in the AWS blog post How to use rate-limited resources in AWS Batch jobs with resource-aware scheduling.

Use Case

I have workflows which need staggered submissions to reduce the likelihood of throttling errors. This feature would resolve such issues.

Suggested Implementation

Specify ConsumableResourceProperties within the process directive. This could be added to the SubmitJobRequest in

protected SubmitJobRequest newSubmitRequest(TaskRun task) {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions