yumeng 1 månad sedan
förälder
incheckning
84f6eedc0a

+ 1 - 1
ADX_REPORT_BACKFILL.md

@@ -110,7 +110,7 @@ adx:
 adx:
   report-database-name: "adx_report"
   ad-bid-report-enabled: false
-  ad-bid-report-interval: 30m
+  ad-bid-report-interval: 5m
   ad-bid-report-retention-days: 30
   ad-bid-report-archive-batch-size: 5000
   ad-bid-report-archive-max-batches-per-run: 20

+ 1 - 1
src/main/java/com/adx/tencent/config/AppProperties.java

@@ -101,7 +101,7 @@ public class AppProperties {
     private Duration tidbKeepaliveTime = Duration.ofMinutes(2);
     private String reportDatabaseName = "adx_report";
     private boolean adBidReportEnabled = false;
-    private Duration adBidReportInterval = Duration.ofMinutes(30);
+    private Duration adBidReportInterval = Duration.ofMinutes(5);
     private int adBidReportRetentionDays = 30;
     private int adBidReportArchiveBatchSize = 5000;
     private int adBidReportArchiveMaxBatchesPerRun = 20;

+ 1 - 1
src/main/resources/application-dev.yml

@@ -63,7 +63,7 @@ adx:
   tidb-keepalive-time: 2m
   report-database-name: "adx_report"
   ad-bid-report-enabled: false
-  ad-bid-report-interval: 30m
+  ad-bid-report-interval: 5m
   ad-bid-report-retention-days: 30
   ad-bid-report-archive-batch-size: 5000
   ad-bid-report-archive-max-batches-per-run: 20

+ 1 - 1
src/main/resources/application-prod.yml

@@ -65,7 +65,7 @@ adx:
   tidb-keepalive-time: 30s
   report-database-name: "adx_report"
   ad-bid-report-enabled: true
-  ad-bid-report-interval: 30m
+  ad-bid-report-interval: 5m
   ad-bid-report-retention-days: 30
   ad-bid-report-archive-batch-size: 5000
   ad-bid-report-archive-max-batches-per-run: 20

+ 1 - 1
src/main/resources/application-test.yml

@@ -64,7 +64,7 @@ adx:
   tidb-keepalive-time: 2m
   report-database-name: "adx_report"
   ad-bid-report-enabled: true
-  ad-bid-report-interval: 30m
+  ad-bid-report-interval: 5m
   ad-bid-report-retention-days: 30
   ad-bid-report-archive-batch-size: 5000
   ad-bid-report-archive-max-batches-per-run: 20