crew_launcher_aws_batch_launch {crew.aws.batch} | R Documentation |
Not a user-side function. For internal use only.
crew_launcher_aws_batch_launch(args_client, args_submit)
args_client |
Named list of arguments to |
args_submit |
Named list of arguments to
|
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.
HTTP response from submitting the job.