Skip to content

Commit

Permalink
Minor improvement AWS Batch docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Aug 8, 2019
1 parent 36dffa1 commit bd56ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/config.rst
Expand Up @@ -502,17 +502,17 @@ For example::

.. _config-aws-batch:

Advanced Batch configuration options can be set by using the ``batch`` attribute. The following properties can be used:
Advanced Batch configuration options can be set by using the ``batch`` attribute. The following properties can be used (required version `19.07.0` or later):

=========================== ================
Name Description
=========================== ================
cliPath The path where the AWS command line tool is installed in the host AMI.
jobRole The AWS Job Role ARN that needs to be used to execute the Batch Job.
maxParallelTransfers Max parallel upload/download transfer operations *per job* (default: ``16``).
volumes One or more container mounts. Mounts can be specified as simple e.g. `/some/path` or canonical format e.g. ``/host/path:/mount/path[:ro|rw]``. Multiple mounts can be specifid separating them with a comma or using a list object.
maxTransferAttempts The maximum number of downloads attempts from S3 (default: `1`).
delayBetweenAttempts Delay between download attempts from S3 (default `10 sec`).
maxParallelTransfers Max parallel upload/download transfer operations *per job* (default: ``16``).
maxTransferAttempts Max number of downloads attempts from S3 (default: `1`).
=========================== ================

.. _config-cloud:
Expand Down

0 comments on commit bd56ea4

Please sign in to comment.