Skip to content

Commit

Permalink
include stake app for daily data dump (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 authored Jun 11, 2024
1 parent 3368ed9 commit 4dc618b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ export const dailyDataDumpTaskDefinition = createScheduledTask(
false
);

// Apps: registry,ceramic_cache,account,scorer_weighted,trusta_labs
// Apps: registry,ceramic_cache,account,scorer_weighted,trusta_labs,stake
// Split the data dump by app to avoid having 1 bad app causing the whole dump to fail

const dailyDataDumpApps: string[] = [
Expand All @@ -1085,6 +1085,7 @@ const dailyDataDumpApps: string[] = [
"account",
"scorer_weighted",
"trusta_labs",
"stake",
];

export const dailyDataDumpTaskDefinitionParquetList = dailyDataDumpApps.map(
Expand Down

0 comments on commit 4dc618b

Please sign in to comment.