Decoupled the "reddit" application from the main program

This commit is contained in:
2010-12-20 12:17:14 +00:00
parent 0aef422d9a
commit cc4f986edb
15 changed files with 113 additions and 103 deletions

View File

@@ -182,8 +182,9 @@ CELERYBEAT_SCHEDULE = {
"schedule": timedelta(hours=6),
},
"api-log-clear": {
"task": "eve_proxy.tasks.clear_old_logs"
"schedule": timedelta(days=1)
"task": "eve_proxy.tasks.clear_old_logs",
"schedule": timedelta(days=1),
},
}
CELERY_SEND_TASK_ERROR_EMAILS = True