There was an error while loading. Please reload this page.
1 parent 282bb90 commit 1ed2814Copy full SHA for 1ed2814
1 file changed
aws/lambda/usage-log-aggregator/lambda_function.py
@@ -24,7 +24,7 @@
24
r"^(?P<job>.+)\s/\s.+\((?P<s_name>[^,]+),\s(?P<s_id>[^,]+),\s(?P<s_count>[^,]+),\s(?P<platform>[^,]+)\)$"
25
)
26
# One minute according to the rule https://pandas.pydata.org/docs/reference/api/pandas.Series.resample.html
27
-RESAMPLING_WINDOW = "1T"
+RESAMPLING_WINDOW = "1min"
28
DATETIME_FORMAT = "%Y-%m-%d %X"
29
# NB: This is a work around to handle the case where requested job is retried
30
MAX_RUN_ATTEMPT_TO_SCAN = 10
0 commit comments