Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 2473699

Browse files
author
Ben Edwards
committed
Better comments™
1 parent 581a0be commit 2473699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdl/shared/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
APP_NAME = "Relational Data Loader"
22
DATA_PIPELINE_EXECUTION_SCHEMA_NAME = "rdl"
33
MAX_AWS_LAMBDA_INVOKATION_ATTEMPTS = 4 # 1 + 3 retries
4-
AWS_LAMBDA_RETRY_DELAY_SECONDS = 4 # 10 ^ retry attempt, so retry attempt 64 seconds
4+
AWS_LAMBDA_RETRY_DELAY_SECONDS = 4 # 10 ^ retry attempt, so retry attempt 3 is delayed 64 seconds
55

66
class FullRefreshReason:
77
NOT_APPLICABLE = "N/A"

0 commit comments

Comments
 (0)