mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Decoupled the "reddit" application from the main program
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user