Hi,

I am using jclouds with great success over at Apache Hive to implement our
testing infrastructure on top of ec2 spot instances.  However, I have two
issues:

1) The polling service is simply too aggressive. If I have it on trace
logging I see it hitting the ec2 endpoint very quickly. I'd like to slow
the polling down by about 10x as my account is getting disabled due to
exceeding the request limit.

2) I'd like to increase both the sleep time and number of retries in
BackoffLimitedRetryHandler.

How do I make these configuration changes with JClouds?  Do I create a
Guice module?

Brock

Reply via email to