Skip to content

Releases: wlandau/crew.aws.batch

Retryable options and integration with autometric

18 Nov 03:01
222a02f
Compare
Choose a tag to compare

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

10 Jul 15:43
c61a684
Compare
Choose a tag to compare

crew.aws.batch 0.0.6

  • Add a retry_tasks argument.

Documentation and dependencies

07 Feb 13:45
9962d1d
Compare
Choose a tag to compare

crew.aws.batch 0.0.5

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

Refactoring and testing

09 Jan 17:38
Compare
Choose a tag to compare

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.

Downsize the monitor

08 Jan 21:13
Compare
Choose a tag to compare

crew.aws.batch 0.0.3

  • Move all job definition management methods to their own class. (See crew_definition_aws_batch().)

Pagination for CloudWatch log events

08 Jan 16:52
Compare
Choose a tag to compare

crew.aws.batch 0.0.2

  • Use paws.common::paginate() to get the full log of a job (#5). Requires paws.common >= 0.7.0 due to paws-r/paws#721.
  • Rename crew_aws_batch_monitor() to crew_monitor_aws_batch() for syntactic consistency.
  • Allow terminate() method of the monitor to terminate multiple job IDs. Also add a cli progress bar.

First release

12 Dec 17:18
Compare
Choose a tag to compare
0.0.1

Remove vignettebuilder