Skip to content

Commit 41617ac

Browse files
authored
Rename daily task and file for trend scores (#8768)
1 parent ca58385 commit 41617ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/lib/service/download_counts/computations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Future<Map<String, double>> computeTrend() async {
3636
return res;
3737
}
3838

39-
final trendScoreFileName = 'trend-scores.json';
39+
final trendScoreFileName = 'trend-scores-v2.json';
4040

4141
Future<void> uploadTrendScores(Map<String, double> trends) async {
4242
final reportsBucket =

app/lib/tool/neat_task/pub_dev_tasks.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ List<NeatPeriodicTaskScheduler> createPeriodicTaskSchedulers({
212212
),
213213

214214
_daily(
215-
name: 'compute-trend-scores',
215+
name: 'compute-trend-scores-v2',
216216
isRuntimeVersioned: false,
217217
task: computeTrendScoreTask,
218218
),

0 commit comments

Comments
 (0)