nucypher / ATxM

Automatic Transaction Machine 🏧 🔁
https://pypi.org/project/atxm/
GNU Affero General Public License v3.0
3 stars 3 forks source link

Limit Requeues/Retries #26

Closed derekpierre closed 8 months ago

derekpierre commented 8 months ago

Based over #25 .

Fixes #12 .

Going the limit requeues/retries based on number of attempts route for now.

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 99.14040% with 6 lines in your changes are missing coverage. Please review.

:exclamation: No coverage uploaded for pull request base (main@6248d7d). Click here to learn what that means.

Files Patch % Lines
atxm/machine.py 96.55% 3 Missing :warning:
tests/test_machine.py 99.41% 2 Missing :warning:
atxm/tracker.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ======================================= Coverage ? 94.13% ======================================= Files ? 14 Lines ? 1654 Branches ? 0 ======================================= Hits ? 1557 Misses ? 97 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.