You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xh...@apache.org on 2019/06/04 17:20:05 UTC

[incubator-pinot] branch master updated: [TE] Change default auto onboard frequency to 6 hours (#4258)

This is an automated email from the ASF dual-hosted git repository.

xhsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e3c7d9  [TE] Change default auto onboard frequency to 6 hours (#4258)
4e3c7d9 is described below

commit 4e3c7d9683bd10150d44ca5edab03dd2b4ebda42
Author: Xiaohui Sun <xh...@linkedin.com>
AuthorDate: Tue Jun 4 10:19:58 2019 -0700

    [TE] Change default auto onboard frequency to 6 hours (#4258)
---
 .../apache/pinot/thirdeye/auto/onboard/AutoOnboardConfiguration.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/auto/onboard/AutoOnboardConfiguration.java b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/auto/onboard/AutoOnboardConfiguration.java
index 7674b65..b0732ad 100644
--- a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/auto/onboard/AutoOnboardConfiguration.java
+++ b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/auto/onboard/AutoOnboardConfiguration.java
@@ -25,7 +25,7 @@ import org.apache.pinot.thirdeye.common.time.TimeGranularity;
 
 public class AutoOnboardConfiguration {
 
-  private TimeGranularity runFrequency = new TimeGranularity(15, TimeUnit.MINUTES);
+  private TimeGranularity runFrequency = new TimeGranularity(6, TimeUnit.HOURS);
 
   public TimeGranularity getRunFrequency() {
     return runFrequency;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org