Merge pull request #412 from mjibson/fix-cloudwatch-limit

Use real cloudwatch limit
This commit is contained in:
Matt Jibson 2015-08-27 12:14:59 -04:00
commit c614f1ecf7

View file

@ -8,7 +8,7 @@ from threading import Thread
logger = logging.getLogger(__name__)
MAX_BATCH_METRICS = 100
MAX_BATCH_METRICS = 20
# Sleep for this much time between failed send requests.
# This prevents hammering cloudwatch when it's not available.