- In the case that route53 is still servicing a prior request, this module will wait and try again after this many seconds. If you have many domain names, the default of 500 seconds may be too long.
required: false
default: 500
aliases: []
requirements: [ "boto" ]
requirements: [ "boto" ]
author: Bruce Pennypacker
author: Bruce Pennypacker
'''
'''
...
@@ -142,7 +148,7 @@ except ImportError:
...
@@ -142,7 +148,7 @@ except ImportError:
print"failed=True msg='boto required for this module'"
print"failed=True msg='boto required for this module'"
sys.exit(1)
sys.exit(1)
defcommit(changes):
defcommit(changes,retry_interval):
"""Commit changes, but retry PriorRequestNotComplete errors."""
"""Commit changes, but retry PriorRequestNotComplete errors."""