mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-26 16:19:22 +00:00
Update service groups as they're added to the user, avoiding another costly cronjob
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user