Skip to content

Commit

Permalink
remove retry for now (#16150)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachliu authored May 29, 2021
1 parent e7d3fa2 commit 8d16638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers/amazon/aws/operators/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def execute(self, context):

return None

@AwsBaseHook.retry(should_retry)
def _start_task(self):
run_opts = {
'cluster': self.cluster,
Expand Down

0 comments on commit 8d16638

Please sign in to comment.