diff --git a/backend/config/celery.py b/backend/config/celery.py index bc82c87..8885a80 100644 --- a/backend/config/celery.py +++ b/backend/config/celery.py @@ -17,16 +17,10 @@ "task": "reject_pending_attendances", "schedule": crontab(hour=23, minute=57), }, -} - -app.conf.beat_schedule = { "holiday_processing": { "task": "holiday_processing", "schedule": crontab(hour=23, minute=58), }, -} - -app.conf.beat_schedule = { "absence_processing": { "task": "absence_processing", "schedule": crontab(hour=23, minute=59),