Open GoogleCodeExporter opened 9 years ago
Sorry - hit Return too quickly.
I have written a script that makes this call to Boto 0.9b:
data_list = conn.get_metric_statistics(60,
start,end,metric,'AWS/EC2','Average', instance_id)
Most of the time (90% of the time), this returns the expected information.
However, sometimes data_list comes back empty. I have a (partial) theory that
if I re-issue the call frequently (every couple seconds) it will fail, and then
continue to fail until I pause for many (10 or so) seconds.
This occurs on OSX 10.6 using Python 2.6.4. Any ideas why this would happen?
Many thanks.
Rich Brown
Hanover, NH
Original comment by aesteban...@outlook.com
on 20 Mar 2011 at 1:27
Original issue reported on code.google.com by
aesteban...@outlook.com
on 20 Mar 2011 at 1:19