Merge pull request #412 from mjibson/fix-cloudwatch-limit
Use real cloudwatch limit
This commit is contained in:
commit
c614f1ecf7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from threading import Thread
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
MAX_BATCH_METRICS = 100
|
MAX_BATCH_METRICS = 20
|
||||||
|
|
||||||
# Sleep for this much time between failed send requests.
|
# Sleep for this much time between failed send requests.
|
||||||
# This prevents hammering cloudwatch when it's not available.
|
# This prevents hammering cloudwatch when it's not available.
|
||||||
|
|
Reference in a new issue