Skip to content

Conversation

@o-nikolas
Copy link
Contributor

@o-nikolas o-nikolas commented Jul 24, 2024

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.

fixes #40483


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

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 o-nikolas requested a review from eladkal as a code owner July 24, 2024 18:11
@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Jul 24, 2024
@o-nikolas
Copy link
Contributor Author

@akomisarek

Can you have a look at this in regards to your issue #40483

@akomisarek
Copy link

Thanks, a lot it seems it would solve part of our problems! :)

@vincbeck vincbeck merged commit c519920 into apache:main Jul 26, 2024
@vincbeck vincbeck deleted the onikolas/emr_container_trigger_timeout branch July 26, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:amazon AWS/Amazon - related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EmrContainerOperator in Async mode doesn't respect default "infinite" polling number

5 participants