Skip to content

Conversation

@KengoWada
Copy link
Owner

Proposed changes

This PR refactors the Worker and Manager components to use the new Backoff interface introduced in issue #8. The goal is to make backoff policies more modular and customizable, allowing users to define their own retry behavior.

Related issue(s)

Fixes #8.

Checklist

Please ensure that the following checks have been performed:

  • I have read and followed the project's contributing guidelines.
  • My code follows the project's coding style.
  • I have added or updated relevant documentation.
  • I have added or updated tests (if applicable).
  • All new and existing tests pass.
  • My changes do not introduce any new warnings or errors.

@KengoWada KengoWada self-assigned this Apr 29, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 41.95%. Comparing base (e28424b) to head (1190330).

Files with missing lines Patch % Lines
manager.go 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #12      +/-   ##
===========================================
+ Coverage    40.54%   41.95%   +1.41%     
===========================================
  Files            4        4              
  Lines          148      143       -5     
===========================================
  Hits            60       60              
+ Misses          88       83       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KengoWada KengoWada merged commit 4dd76b0 into develop Apr 29, 2025
2 checks passed
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.

[FEATURE] - Add Backoff interface

3 participants