Skip to content

Commit

Permalink
Merge pull request #226 from DongwookKim0823/fix/225-celery-beat-conf
Browse files Browse the repository at this point in the history
[FIX] Celery beat 스케줄러가 동작하지 않는 문제 #225
  • Loading branch information
DongwookKim0823 authored Sep 2, 2024
2 parents 0e45beb + 612bed8 commit 5886a6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/config/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5886a6b

Please sign in to comment.