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

Make EMR Container Trigger max attempts retries match the Operator #41008

Merged

Commits on Jul 24, 2024

  1. Make EMR Container Trigger max attempts retries match the Operator

    The EMR Container Operator will wait indefinitely by default (on the
    wait for completion path) however when it is deferred the Trigger has a
    default timeout of 600s which does not match the user's expectations
    when using the operator.
    
    Update the Trigger to have an infinite try count by default to match the
    Operator behaviour.
    o-nikolas committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c0e9822 View commit details
    Browse the repository at this point in the history