|
@@ -147,6 +147,12 @@ class UpdateAccountReadAvgTaskConst:
|
|
|
USING_STATUS = 1
|
|
|
NOT_USING_STATUS = 0
|
|
|
|
|
|
+ # 统计周期
|
|
|
+ STAT_PERIOD = 30
|
|
|
+
|
|
|
+ # default upper_quantile, confidence = 0.95
|
|
|
+ DEFAULT_UPPER_QUANTILE = 0.975
|
|
|
+
|
|
|
ACCOUNT_READ_RATE_TABLE = "long_articles_read_rate"
|
|
|
ACCOUNT_READ_AVG_TABLE = "account_avg_info_v3"
|
|
|
|