o-nikolas commented on code in PR #36179:
URL: https://github.com/apache/airflow/pull/36179#discussion_r1423302337
##########
airflow/providers/amazon/aws/executors/ecs/ecs_executor.py:
##########
@@ -288,6 +333,9 @@ def attempt_task_runs(self):
_failure_reasons = []
try:
run_task_response = self._run_task(task_key, cmd, queue,
exec_config)
+ except (ClientError, NoCredentialsError):
Review Comment:
Why are we raising on any ClientError here? Aren't there some ClientErrors
that should follow the failure handling below?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]