Batches eve_api updates in batches of 50, allows for gradual updates throughout the day

This commit is contained in:
2010-04-04 01:54:13 +01:00
parent e8ea6b9695
commit ca23d32eef
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
ROOT=/home/matalok/auth/auth
@daily $ROOT/run-cron.py reddit.cron UpdateAPIs
@daily $ROOT/run-cron.py reddit.cron UpdateAPIs
*/10 * * * * $ROOT/run-cron.py reddit.cron ProcessValidations
@hourly $ROOT/run-cron.py eve_api.cron UpdateAPIs
@hourly * * * * $ROOT/run-cron.py sso.cron RemoveInvalidUsers > $ROOT/auth-update.log 2>&1
*/5 * * * * $ROOT/run-cron.py eve_api.cron UpdateAPIs
@hourly $ROOT/run-cron.py sso.cron RemoveInvalidUsers > $ROOT/auth-update.log 2>&1