Skip to content

Commit

Permalink
Run ivReport every day, not every minute
Browse files Browse the repository at this point in the history
  • Loading branch information
piemonkey committed Dec 9, 2024
1 parent a75ddd1 commit e876173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tough-berries-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-gelinkt-notuleren": patch
---

Run ivReport every day, not every minute
2 changes: 1 addition & 1 deletion config/reports/ivReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { generateReportFromData } from "../helpers.js";
import { querySudo as query } from "@lblod/mu-auth-sudo";

export default {
cronPattern: "0 * * * * *",
cronPattern: "0 0 0 * * *",
name: "ivReport",
execute: async () => {
const { day, month, year } = getToday();
Expand Down

0 comments on commit e876173

Please sign in to comment.