Skip to content

Commit

Permalink
Add AWSRetry.jittered_backoff to rds_instance_info
Browse files Browse the repository at this point in the history
  • Loading branch information
kteague-tasktop committed Mar 28, 2022
1 parent 10137a2 commit 4e7e706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/rds_instance_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
pass # handled by AnsibleAWSModule


@AWSRetry.jittered_backoff()
def instance_info(module, conn):
instance_name = module.params.get('db_instance_identifier')
filters = module.params.get('filters')
Expand Down

0 comments on commit 4e7e706

Please sign in to comment.