Skip to content

Releases: wlandau/crew.aws.batch

job arrays

Choose a tag to compare

@wlandau wlandau released this 15 Sep 12:30
a256657

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

Choose a tag to compare

@wlandau wlandau released this 11 Jun 17:37
51370ab

crew.aws.batch 0.0.12

  • Add details to job status output in monitor.

crew 1.2.0 compatibility

Choose a tag to compare

@wlandau wlandau released this 09 Jun 14:22
74adb17

crew.aws.batch 0.0.11

Fix links

Choose a tag to compare

@wlandau wlandau released this 11 Apr 18:13
bc77f5f

crew.aws.batch 0.0.10

  • Fix links.

serialization

Choose a tag to compare

@wlandau wlandau released this 11 Apr 15:06
fee88bd

crew.aws.batch 0.0.9

  • Add a new serialization argument to the controller.

Migrate to crew 1.0.0

Choose a tag to compare

@wlandau wlandau released this 05 Feb 17:06
136fedb

crew.aws.batch 0.0.8

  • Deprecate retryable options because crew 1.0.0 no longer supports them.
  • In the monitor, return POSIXct time stamps for created, started, stopped, timestamp and ingestion_time.
  • Print log messages from log() with writeLines().
  • When statusReason cannot be shown, show an informative text entry instead of NA.

Retryable options and integration with autometric

Choose a tag to compare

@wlandau wlandau released this 18 Nov 03:01
222a02f

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 all argument to terminate() in the AWS Batch monitor.
  • Add r_arguments to 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 complicated containerOverrides list.
  • Sanitize job names.
  • Use crashes_error from crew.
  • Make cpus, gpus, and memory retryable options.
  • Change default seconds_idle to 300.

retry_tasks

Choose a tag to compare

@wlandau wlandau released this 10 Jul 15:43
c61a684

crew.aws.batch 0.0.6

  • Add a retry_tasks argument.

Documentation and dependencies

Choose a tag to compare

@wlandau wlandau released this 07 Feb 13:45
9962d1d

crew.aws.batch 0.0.5

  • Require crew >= 0.8.0.
  • Describe IAM policy requirements in the documentation.

Refactoring and testing

Choose a tag to compare

@wlandau wlandau released this 09 Jan 17:38

crew.aws.batch 0.0.4

  • Move the args_client() and args_submit() launcher methods to the private list.
  • Refactor testing infrastructure.
  • Handle missing scheduling priorities so definition$describe() does not error out if the field is missing.