Update service groups as they're added to the user, avoiding another costly cronjob

This commit is contained in:
2010-11-05 16:39:29 +00:00
parent f64f31deda
commit e5841cf284
2 changed files with 3 additions and 4 deletions

View File

@@ -7,5 +7,4 @@ ROOT=/home/matalok/auth/auth
@daily $ROOT/run-cron.py eve_api.cron CorpManagementUpdate > $ROOT/logs/corpman-update.log 2>&1
0 */6 * * * $ROOT/run-cron.py eve_api.cron AllianceUpdate > $ROOT/logs/alliance-update.log 2>&1
@daily $ROOT/run-cron.py eve_proxy.cron ClearStaleCache > $ROOT/logs/cache-clear.log 2>&1
@daily $ROOT/run-cron.py sso.cron UpdateServicegroups > $ROOT/logs/servicegroup-update.log 2>&1
0 1 * * 5 $ROOT/run-cron.py eve_api.cron CorporationUpdate > $ROOT/logs/corporation-update.log 2>&1