Skip to content

add async Retry __eq__ and __hash__ & fix ExponentialWithJitterBackoff __eq__ #3668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

terencehonles
Copy link
Contributor

@terencehonles terencehonles commented Jun 3, 2025

Description of change

This change fixes a typo in ExponentialWithJitterBackoff's __eq__ method from #3628, and allows async Retry objects to also support __eq__ and __hash__.

Pull Request check-list

Please make sure to review and check all of these items:

  • Do tests and lints pass with this change?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

This change fixes a typo in `ExponentialWithJitterBackoff`'s `__eq__` method.
@terencehonles terencehonles changed the title fix ExponentialWithJitterBackoff __eq__ add async Retry __eq__ and __hash__ & fix ExponentialWithJitterBackoff __eq__ Jun 3, 2025
@terencehonles terencehonles force-pushed the patch-1 branch 5 times, most recently from b32dc30 to 0278734 Compare June 3, 2025 15:04
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