Browse Source

change queue

tomoya 2 years ago
parent
commit
32b3680098
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/app/app/core/celery_app.py

+ 1 - 1
backend/app/app/core/celery_app.py

@@ -4,4 +4,4 @@ celery_app = Celery("worker", broker="redis://172.104.93.163:16379/0", backend="
 
 
 
-celery_app.conf.task_routes = {"app.worker.make_video": "main-queue", "app.worker.super_resolution": "main-queue"}
+celery_app.conf.task_routes = {"app.worker.make_video": "video", "app.worker.super_resolution": "image"}