Skip to content

Commit

Permalink
aws.rds - remove retry in favor of generic, add additional Throttling…
Browse files Browse the repository at this point in the history
… code to retry set (cloud-custodian#3359)
  • Loading branch information
kapilt authored and thisisshi committed Jan 14, 2019
1 parent d093e45 commit 02e7536
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions c7n/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ class QueryResourceManager(ResourceManager):
'ThrottlingException',
'RequestLimitExceeded',
'Throttled',
'Throttling',
'Client.RequestLimitExceeded')))

def __init__(self, data, options):
Expand Down
1 change: 0 additions & 1 deletion c7n/resources/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class resource_type(object):
filter_registry = filters
action_registry = actions
_generate_arn = None
retry = staticmethod(get_retry(('Throttled',)))

def __init__(self, data, options):
super(RDS, self).__init__(data, options)
Expand Down

0 comments on commit 02e7536

Please sign in to comment.