Move cleanup cron job into the night

This commit is contained in:
Johannes Zellner 2023-05-15 12:40:10 +02:00
parent 2878641da2
commit f01e2215b0

View file

@ -19,7 +19,7 @@
"ldap": {},
"scheduler": {
"cleanup": {
"schedule": "11 11 * * *",
"schedule": "11 01 * * *",
"command": "/app/pkg/cleanup.sh"
}
}