diff --git a/backend/src/jobs/log-collection-sizes.ts b/backend/src/jobs/log-collection-sizes.ts index ed122507d..da767ed41 100644 --- a/backend/src/jobs/log-collection-sizes.ts +++ b/backend/src/jobs/log-collection-sizes.ts @@ -2,7 +2,7 @@ import { CronJob } from "cron"; import * as db from "../init/db"; import * as Prometheus from "../utils/prometheus"; -const CRON_SCHEDULE = "0 0 * * * *"; +const CRON_SCHEDULE = "0 */5 * * * *"; const collectionsToLog = [ "ape-keys",