Skip to content

Commit

Permalink
Merge pull request #277 from zillow/tz/AIP-7985-minutes_between_retri…
Browse files Browse the repository at this point in the history
…es-bug

AIP-7985 minutes between retries bug
  • Loading branch information
talebzeghmi authored Jan 10, 2024
2 parents 0bae9d3 + a6749f9 commit 9d27365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/aip/aip_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
S3_SENSOR_RETRY_COUNT = 7
PVC_CREATE_RETRY_COUNT = 7
EXIT_HANDLER_RETRY_COUNT = 7
BACKOFF_DURATION_INT = "2"
BACKOFF_DURATION_INT = 2
BACKOFF_DURATION = f"{BACKOFF_DURATION_INT}m"
RETRY_BACKOFF_FACTOR = 3 # 2 * 3 * 3 * 3 = 54 minutes

Expand Down

0 comments on commit 9d27365

Please sign in to comment.