Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Removing TaskDef retryCount cap of 10. #3729

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

hchepey-clari
Copy link
Contributor

@hchepey-clari hchepey-clari commented Aug 10, 2023

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR
Removed the TaskDef retryCount Cap that was set to 10

Describe the new behavior from this PR, and why it's needed
Issue #
Some of the workflows and the architecture is designed to work on the high retryCount. Capping it to 10 is breaking things on our side.

Alternatives considered
Instead of removing the Cap, making it configurable.

Describe alternative implementation you have considered

@v1r3n v1r3n merged commit a32acec into Netflix:main Aug 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants