crew_launcher_aws_batch_terminate {crew.aws.batch} | R Documentation |
Terminate an AWS Batch job.
Description
Not a user-side function. For internal use only.
Usage
crew_launcher_aws_batch_terminate(args_client, job_id)
Arguments
args_client |
Named list of arguments to |
job_id |
Character of length 1, ID of the AWS Batch job to terminate. |
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]