Skip to content

Commit

Permalink
change agg cron
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Jan 7, 2025
1 parent 85ab5ab commit 427a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const cron = () => {
await withTimeout(aggregateHourlyVolume(), 20);
}).start();

new CronJob("35 * * * *", async () => {
new CronJob("40 * * * *", async () => {
await withTimeout(aggregateDailyVolume(), 20);
}).start();

Expand Down

0 comments on commit 427a784

Please sign in to comment.