Skip to content

Enhanced Retry Mechanisms - Remove Code Duplication#5409

Merged
DavertMik merged 5 commits into4.xfrom
feature/5408-enhaced-retries
Mar 4, 2026
Merged

Enhanced Retry Mechanisms - Remove Code Duplication#5409
DavertMik merged 5 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
Copy link
Contributor

@DavertMik DavertMik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good but we need clear documentation for it

@DenysKuchma DenysKuchma requested a review from DavertMik February 9, 2026 14:31
@DavertMik DavertMik merged commit c64194a into 4.x Mar 4, 2026
10 checks passed
@DavertMik DavertMik deleted the feature/5408-enhaced-retries branch March 4, 2026 11:26
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.

2 participants