crew.aws.batch 0.1.0
- Remove
termiante_worker()(https://github.com/wlandau/crew/pull/236). - Support array jobs with the new
launch_workers()(plural) method in launchers. - Allow custom compute profiles.
crew.aws.batch 0.0.11
CRAN release: 2025-06-09
- Compatibility with https://github.com/wlandau/crew/issues/217.
crew.aws.batch 0.0.8
CRAN release: 2025-02-05
- Deprecate retryable options because
crew1.0.0 no longer supports them. - In the monitor, return
POSIXcttime stamps forcreated,started,stopped,timestampandingestion_time. - Print log messages from
log()withwriteLines(). - When
statusReasoncannot be shown, show an informative text entry instead ofNA.
crew.aws.batch 0.0.7
CRAN release: 2024-11-18
- Send both cancellation and termination requests to end jobs.
- Fix launcher bug/typo where parameters were supplied to container overrides.
- Add a new
allargument toterminate()in the AWS Batch monitor. - Add
r_argumentsto accept command line arguments to R. - Support
options_metrics. - Reduce argument clutter with
crew_options_aws_batch(). Supports direct inputs for CPUs, GPUs, and memory without having to specify a complicatedcontainerOverrideslist. - Sanitize job names.
- Use
crashes_errorfromcrew. - Make
cpus,gpus, andmemoryretryable options. - Change default
seconds_idleto 300.
crew.aws.batch 0.0.5
CRAN release: 2024-02-08
- Require
crew>= 0.8.0. - Describe IAM policy requirements in the documentation.
crew.aws.batch 0.0.4
CRAN release: 2024-01-10
- Move the
args_client()andargs_submit()launcher methods to theprivatelist. - Refactor testing infrastructure.
- Handle missing scheduling priorities so
definition$describe()does not error out if the field is missing.
crew.aws.batch 0.0.3
- Move all job definition management methods to their own class. (See
crew_definition_aws_batch().)
crew.aws.batch 0.0.2
- Use
paws.common::paginate()to get the full log of a job (#5). Requirespaws.common>= 0.7.0 due to https://github.com/paws-r/paws/issues/721. - Rename
crew_aws_batch_monitor()tocrew_monitor_aws_batch()for syntactic consistency. - Allow
terminate()method of the monitor to terminate multiple job IDs. Also add acliprogress bar.
