Releases: wlandau/crew.aws.batch
Releases · wlandau/crew.aws.batch
Release list
job arrays
crew.aws.batch 0.1.0
- Remove
termiante_worker()(wlandau/crew#236). - Support array jobs with the new
launch_workers()(plural) method in launchers. - Allow custom compute profiles.
job status details
crew.aws.batch 0.0.12
- Add details to job status output in monitor.
crew 1.2.0 compatibility
crew.aws.batch 0.0.11
- Compatibility with wlandau/crew#217.
Fix links
serialization
crew.aws.batch 0.0.9
- Add a new
serializationargument to the controller.
Migrate to crew 1.0.0
crew.aws.batch 0.0.8
- 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.
Retryable options and integration with autometric
crew.aws.batch 0.0.7
- 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.
retry_tasks
crew.aws.batch 0.0.6
- Add a
retry_tasksargument.
Documentation and dependencies
crew.aws.batch 0.0.5
- Require
crew>= 0.8.0. - Describe IAM policy requirements in the documentation.
Refactoring and testing
crew.aws.batch 0.0.4
- 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.