c2d9c45655
AWS has limits on the number of image import tasks that can run simultaneously. In a busy system with large images, it would be better to wait until those limits clear rather than delete the uploaded s3 object and start over, uploading it again. To support this, we now detect that condition and optionally retry for a specified amount of time. The default remains to bail on the first error. Change-Id: I6aa7f79b2f73c4aa6743f11221907a731a82be34
8 lines
211 B
YAML
8 lines
211 B
YAML
---
|
|
features:
|
|
- |
|
|
The AWS driver now supports an
|
|
:attr:`providers.[aws].image-import-timeout` option to control
|
|
automatic retries and timeouts when AWS import task resource
|
|
limits are reached.
|