mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Updated crontab and added logs folder to ignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ django/
|
||||
registration/
|
||||
dbsettings.py
|
||||
django_evolution
|
||||
logs/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ROOT=/home/matalok/auth/auth
|
||||
|
||||
@daily $ROOT/run-cron.py reddit.cron UpdateAPIs
|
||||
*/10 * * * * $ROOT/run-cron.py reddit.cron ProcessValidations
|
||||
*/5 * * * * $ROOT/run-cron.py eve_api.cron UpdateAPIs
|
||||
@hourly $ROOT/run-cron.py sso.cron RemoveInvalidUsers > $ROOT/auth-update.log 2>&1
|
||||
@daily $ROOT/run-cron.py reddit.cron UpdateAPIs > $ROOT/logs/redditapi-update.log 2>&1
|
||||
*/10 * * * * $ROOT/run-cron.py reddit.cron ProcessValidations > $ROOT/logs/reddit-validations.log 2>&1
|
||||
*/5 * * * * * $ROOT/run-cron.py eve_api.cron UpdateAPIs > $ROOT/logs/eveapi-update.log 2>&1
|
||||
@hourly $ROOT/run-cron.py sso.cron RemoveInvalidUsers > $ROOT/logs/auth-update.log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user