This is an automated email from the ASF dual-hosted git repository.

onikolas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 9cb2052810 Fix docstring for apply_wildcard parameter in 
`S3ListOperator`. Changed the order of docstring for fix (#36679)
     add cb1182ea4f Refresh credentials in `AwsEcsExecutor` (#36179)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/executors/ecs/ecs_executor.py       | 100 ++++++--
 .../amazon/aws/executors/utils}/__init__.py        |   0
 .../executors/utils/exponential_backoff_retry.py   |  60 +++++
 .../executors/ecs-executor.rst                     |   2 +-
 .../amazon/aws/executors/ecs/test_ecs_executor.py  |   1 +
 .../amazon/aws/executors/utils}/__init__.py        |   0
 .../utils/test_exponential_backoff_retry.py        | 281 +++++++++++++++++++++
 7 files changed, 420 insertions(+), 24 deletions(-)
 copy airflow/{api_connexion => 
providers/amazon/aws/executors/utils}/__init__.py (100%)
 create mode 100644 
airflow/providers/amazon/aws/executors/utils/exponential_backoff_retry.py
 copy {airflow/api_connexion => 
tests/providers/amazon/aws/executors/utils}/__init__.py (100%)
 create mode 100644 
tests/providers/amazon/aws/executors/utils/test_exponential_backoff_retry.py

Reply via email to