mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-07 14:12:43 +08:00
logging every 5 minutes
This commit is contained in:
parent
198111d7f3
commit
41834d9c5e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue