crew_launcher_aws_batch_launch {crew.aws.batch}R Documentation

Submit an AWS Batch job.

Description

Not a user-side function. For internal use only.

Usage

crew_launcher_aws_batch_launch(args_client, args_submit)

Arguments

args_client

Named list of arguments to paws.compute::batch().

args_submit

Named list of arguments to paws.compute::batch()$submit_job().

Details

This utility is its own separate exported function specific to the launcher and not shared with the job definition or monitor classes. It generates the paws.compute::batch() client within itself instead of a method inside the class. This is all because it needs to run on a separate local worker process and it needs to accept exportable arguments.

Value

HTTP response from submitting the job.


[Package crew.aws.batch version 0.0.11 Index]