Added functions to clear old cache documents

This commit is contained in:
2010-06-01 11:53:42 +01:00
parent 9ab1e03138
commit 70944b3c20
2 changed files with 21 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ ROOT=/home/matalok/auth/auth
@hourly $ROOT/run-cron.py sso.cron RemoveInvalidUsers > $ROOT/logs/auth-update.log 2>&1
@daily $ROOT/run-cron.py registration.cron RemoveExpiredProfiles > /dev/null 2>&1
@daily $ROOT/run-cron.py eve_api.cron CorpManagementUpdate > $ROOT/logs/corpman-update.log 2>&1
@daily $ROOT/run-cron.py eve_proxy.cron ClearStaleCache > $ROOT/logs/cache-clear.log 2>&1