Skip to content

Enhanced Retry Mechanisms - Remove Code Duplication#5409

Open
DenysKuchma wants to merge 3 commits into4.xfrom
feature/5408-enhaced-retries
Open

Enhanced Retry Mechanisms - Remove Code Duplication#5409
DenysKuchma wants to merge 3 commits into4.xfrom
feature/5408-enhaced-retries

Conversation

@DenysKuchma
Copy link
Collaborator

Summary

Removes duplicate retry implementations by merging enhanced functionality into main files.

Problem

  • Had two parallel implementations: globalRetry + enhancedGlobalRetry, retryFailedStep + enhancedRetryFailedStep
  • Enhanced versions to solve retry coordination issues
  • Enhanced versions were never integrated, leaving dead code alongside working implementations
  • Result: code duplication, maintenance burden, confusion

@DenysKuchma DenysKuchma requested a review from DavertMik January 22, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant