We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198111d commit 41834d9Copy full SHA for 41834d9
backend/src/jobs/log-collection-sizes.ts
@@ -2,7 +2,7 @@ import { CronJob } from "cron";
2
import * as db from "../init/db";
3
import * as Prometheus from "../utils/prometheus";
4
5
-const CRON_SCHEDULE = "0 0 * * * *";
+const CRON_SCHEDULE = "0 */5 * * * *";
6
7
const collectionsToLog = [
8
"ape-keys",
0 commit comments