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

Retry and Timeout policies for grpc and http #679

Merged
merged 29 commits into from
Jun 27, 2024

Commits on Mar 6, 2024

  1. Brings back the link we removed because it wasn’t online yet

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6c3e04b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Retry decorator

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ecdab26 View commit details
    Browse the repository at this point in the history
  2. Use a retry function instead of a decorator

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9923db1 View commit details
    Browse the repository at this point in the history
  3. adds retries for async

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    402fd41 View commit details
    Browse the repository at this point in the history
  4. Fixes types

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9b6a762 View commit details
    Browse the repository at this point in the history
  5. Timeout policy

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9e3e0d6 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    856c5f9 View commit details
    Browse the repository at this point in the history
  7. retry for http wip.

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fade34b View commit details
    Browse the repository at this point in the history
  8. tests for http retries

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a64bcaf View commit details
    Browse the repository at this point in the history
  9. New ruff version has some formatting changes

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7fb45f9 View commit details
    Browse the repository at this point in the history
  10. Revert "New ruff version has some formatting changes"

    This reverts commit 8609b7f.
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ba398d5 View commit details
    Browse the repository at this point in the history
  11. Fixes setting values with a default of None

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fc8d2f5 View commit details
    Browse the repository at this point in the history
  12. Moves timeout

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    aacdd6f View commit details
    Browse the repository at this point in the history
  13. Adds a deprecation warning for the wait() method (dapr#682)

    * Adds a deprecation warning for the wait() method
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    * Ruff
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    
    ---------
    
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    34be94f View commit details
    Browse the repository at this point in the history
  14. Pin ruff version

    Signed-off-by: Bernd Verst <github@bernd.dev>
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    berndverst authored and elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    23c27b0 View commit details
    Browse the repository at this point in the history
  15. Pin ruff version in tox.ini

    Signed-off-by: Bernd Verst <github@bernd.dev>
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    berndverst authored and elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    51d75ff View commit details
    Browse the repository at this point in the history
  16. Lint fix

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    66d1736 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    afd32c2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    fbf883d View commit details
    Browse the repository at this point in the history
  2. Reorganises tests. Adds retry for actors.

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f68a08b View commit details
    Browse the repository at this point in the history
  3. Linters

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d034a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ecf28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebc0e7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f98f36c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    b0ed644 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Retry all calls

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c22b2ee View commit details
    Browse the repository at this point in the history
  2. Small fix and docs update

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    37d8509 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Adds a note to docs, for clarity

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8c1891a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    63548df View commit details
    Browse the repository at this point in the history