Merged user statistics and acl manager

This commit is contained in:
Ultradesu
2025-07-21 14:40:52 +03:00
parent 8854aacf88
commit 9325a94cb2
5 changed files with 226 additions and 134 deletions

View File

@@ -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',