Skip to content
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

Add TTL to Operator RPC Client #259

Closed
wants to merge 34 commits into from
Closed

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    0b420fb View commit details
    Browse the repository at this point in the history
  2. Add retry later

    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    27f918b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae9904e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e1e849 View commit details
    Browse the repository at this point in the history
  5. Add retryIfRecentEnough

    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    890ac87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a46a4f View commit details
    Browse the repository at this point in the history
  7. Rename retry mechanism

    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4fef16a View commit details
    Browse the repository at this point in the history
  8. Test retryAtMost

    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8e558f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3950423 View commit details
    Browse the repository at this point in the history
  10. Separate impl from tests

    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e0a82a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a7c004 View commit details
    Browse the repository at this point in the history
  12. Don't use self

    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6b0107d View commit details
    Browse the repository at this point in the history
  13. Abstract rpc.Client

    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3fc60c6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    658f752 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17c134c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ca0820a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b64cb17 View commit details
    Browse the repository at this point in the history
  18. Add TestGetAggregatedCheckpointMessages

    Shows a clear data race
    emlautarom1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5eae2a1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a0f833f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    b5f5207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b027e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf09334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec7d28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e576b5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22f5264 View commit details
    Browse the repository at this point in the history
  7. Add RetryWithDelay

    emlautarom1 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fefaa66 View commit details
    Browse the repository at this point in the history
  8. Rename parameter

    emlautarom1 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f3d197c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc5665b View commit details
    Browse the repository at this point in the history
  10. Add DefaultRetryStrategy

    emlautarom1 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f71d642 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a6db7d View commit details
    Browse the repository at this point in the history
  12. Replace original with v2

    emlautarom1 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    28b0005 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7bcc7ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4ee227 View commit details
    Browse the repository at this point in the history
  15. Typo

    emlautarom1 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9f3809e View commit details
    Browse the repository at this point in the history