Skip to content

Commit

Permalink
fix: queue name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHyuckSa authored Dec 8, 2024
1 parent ef34d98 commit 395ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import urllib

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

0 comments on commit 395ceaa

Please sign in to comment.