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

Adds transport request retry capability for GetMLTaskStep #179

Merged
merged 10 commits into from
Nov 23, 2023

Commits on Nov 20, 2023

  1. Added FlowFrameworkMaxRequestRetrySetting and applied this to GetMlTa…

    …skStep
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    52f0c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f98404c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge main

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    12a7256 View commit details
    Browse the repository at this point in the history
  2. Addressing PR comments, creating abstract class RetryableWorkflowStep…

    … to initialize the setting update consumer for max retry request setting, passing settings and clusterservice to retryable workflow step instead
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c694ade View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Addressing PR comments

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f07982c View commit details
    Browse the repository at this point in the history
  2. Removing retry utils class

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ab95257 View commit details
    Browse the repository at this point in the history
  3. Fixing failure unit tests to ensure thread sleep isnt invoked

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e1e9a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c46b0f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0a2200 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Addressing PR comments, changing setting name, improving javadoc, rem…

    …oving max value from setting, cancelling future on thread interuppt
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    46e41ca View commit details
    Browse the repository at this point in the history