forked from Netflix/metaflow
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AIP-7738 retry_backoff_factor feature
- change the default - minutes_between_retries = 2m - RETRY_BACKOFF_FACTOR = 3 - 2 * 3 * 3 * 3 = 54 minutes - this would give flows more time to be resilient for transient cluster failures. note: If we believe that this should be more configurable, then the default retry strategy could be applied by the webhook.
- Loading branch information
1 parent
1508ca8
commit 7dfdeb6
Showing
4 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters