mirror of https://github.com/apache/jclouds.git
5113be22d8
As all methods use POST we can not use the method to determine if funciton is idempotent. We therefore set all as idempotent to nullify that check and add a custom IOException retry handler to determine if commands should be retried on IOException. The custom hander extends the BackoffLimitedRetryHandler, the current handler, so all other behaviour is not affected. This does not retry any POST methods unless it's ACTION starts with 'Describe'. These functions are idempotent, and therefore safe to retry. See JCLOUDS-1293 |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
# # The jclouds provider for Amazon's EC2 (http://aws.amazon.com/ec2/). # # Expects the jclouds ec2 API to be present on your application's classpath. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.