Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 0a2dbd9

Browse files
committed
Update exchange name
1 parent 4e135de commit 0a2dbd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/mq/consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@mq_consumer(
2323
queue='ai.to-review-queue',
24-
exchange='ai',
24+
exchange='swecc-ai-exchange',
2525
routing_key='to-review'
2626
)
2727
async def consume_to_review_message(body, properties):

app/mq/producers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33

44
@mq_producer(
5-
exchange='ai',
5+
exchange='swecc-ai-exchange',
66
routing_key='reviewed'
77
)
88
async def finish_review(data: dict):

0 commit comments

Comments
 (0)