You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (timeToJob > (aggregationDurationMillis / 2)) {
2160
-
if (logger.isDebugEnabled()) {
2161
-
logger.debug("it's been " + timeSinceJob + " ms since last usage job and " + timeToJob +
2162
-
" ms until next job, scheduling an immediate job to catch up (aggregation duration is " + _aggregationDuration + " minutes)");
2163
-
}
2162
+
logger.debug("it's been {} ms since last usage job and {} ms until next job, scheduling an immediate job to catch up (aggregation duration is {} minutes)"
0 commit comments