Skip to content

Commit

Permalink
HARMONY-1125: Clarify env variable purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jun 2, 2022
1 parent a8774a1 commit 77f7e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ OPTIONAL:
health check command. The container is considered unhealthy if the mtime of the file is old -
where 'old' is configurable in the service container. If this variable is not set the path
defaults to '/tmp/health.txt'.
* `MAX_DOWNLOAD_RETRIES`: Number of times to retry failed HTTP calls via the http module.
* `MAX_DOWNLOAD_RETRIES`: Number of times to retry HTTP download calls that fail due to transient errors.

OPTIONAL -- Use with CAUTION:

Expand Down
2 changes: 1 addition & 1 deletion harmony/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
TEXT_LOGGER: Whether to log in plaintext or JSON. Default: True (plaintext).
HEALTH_CHECK_PATH: The filesystem path that should be `touch`ed to indicate the service is
alive.
MAX_DOWNLOAD_RETRIES: Number of times to retry failed HTTP calls via the http module.
MAX_DOWNLOAD_RETRIES: Number of times to retry HTTP download calls that fail due to transient errors.
"""

from base64 import b64decode
Expand Down

0 comments on commit 77f7e36

Please sign in to comment.