Skip to content

Commit

Permalink
fix: celery task queue default 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHyuckSa authored Jan 9, 2025
1 parent c087aba commit fef37d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Celery
CELERY_DEFAULT_QUEUE = "guest_default"
CELERY_TASK_DEFAULT_QUEUE = "guest_default"
CELERY_ACCEPT_CONTENT = ["application/json"]
CELERY_TASK_SERIALIZER = "json"
CELERY_RESULT_SERIALIZER = "json"
Expand Down

0 comments on commit fef37d2

Please sign in to comment.