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

Optimize retry for FailbackRegistry. #2763

Merged
merged 11 commits into from
Dec 11, 2018
Merged

Commits on Nov 8, 2018

  1. Abstract retry task

    carryxyh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d0fb3bc View commit details
    Browse the repository at this point in the history
  2. Task for retry.

    carryxyh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    abf6b18 View commit details
    Browse the repository at this point in the history
  3. Fix sth.

    carryxyh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ac37730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0bd54b View commit details
    Browse the repository at this point in the history
  5. Optimize retry for FailbackRegistry.

    The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
    carryxyh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    daf2c52 View commit details
    Browse the repository at this point in the history
  6. Optimize retry for FailbackRegistry.

    The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
    carryxyh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    52db5ca View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Optimize logger warn's msg.

    carryxyh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    3f44f51 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Optimize FailedNotifiedTask's run method.

    Optimize addXXXTask, directly return if we already have a retry task.
    carryxyh committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    0c16866 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    b66eafa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55f9a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c704be View commit details
    Browse the repository at this point in the history