Skip to content

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.

2 participants