Add cached media cleanup cron job
This commit is contained in:
@@ -14,7 +14,13 @@
|
||||
"postgresql": {},
|
||||
"redis": {},
|
||||
"sendmail": {},
|
||||
"ldap": {}
|
||||
"ldap": {},
|
||||
"scheduler": {
|
||||
"cleanup": {
|
||||
"schedule": "11 11 * * *",
|
||||
"command": "/app/pkg/cleanup.sh"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minBoxVersion": "4.1.4",
|
||||
"manifestVersion": 2,
|
||||
|
Reference in New Issue
Block a user