Skip to content

Commit

Permalink
changing interval to every 6 hours (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jan 7, 2023
1 parent a098f53 commit 69335dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/utils/scheduled-tasks/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const bree = new Bree({
defaultExtension: process.env.TS_NODE ? "ts" : "js",
jobs: [{
name: "analytics-report",
interval: "every 24 hours",
interval: "every 6 hours",
}],
})

Expand Down

0 comments on commit 69335dd

Please sign in to comment.