mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
Merged user statistics and acl manager
This commit is contained in:
@@ -28,7 +28,7 @@ from celery.schedules import crontab
|
||||
CELERY_BEAT_SCHEDULE = {
|
||||
'update-user-statistics': {
|
||||
'task': 'update_user_statistics',
|
||||
'schedule': crontab(minute=0, hour='*/3'), # Every 3 hours
|
||||
'schedule': crontab(minute='*/5'), # Every 5 minutes
|
||||
},
|
||||
'cleanup-task-logs': {
|
||||
'task': 'cleanup_task_logs',
|
||||
|
Reference in New Issue
Block a user