Skip to content

Commit 41834d9

Browse files
committed
logging every 5 minutes
1 parent 198111d commit 41834d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/jobs/log-collection-sizes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { CronJob } from "cron";
22
import * as db from "../init/db";
33
import * as Prometheus from "../utils/prometheus";
44

5-
const CRON_SCHEDULE = "0 0 * * * *";
5+
const CRON_SCHEDULE = "0 */5 * * * *";
66

77
const collectionsToLog = [
88
"ape-keys",

0 commit comments

Comments
 (0)