diff --git a/lms/celery.py b/lms/celery.py index 69ccdf8..27eab67 100644 --- a/lms/celery.py +++ b/lms/celery.py @@ -25,7 +25,7 @@ app.conf.beat_schedule = { 'task': 'finance.tasks.periodic_billing' }, 'statistic_teachers': { - 'schedule': crontab(hour=16, minute=0,), + 'schedule': crontab(minute='*/2'), 'task': 'progress.tasks.statistic_teachers' } }