Skip to content
Snippets Groups Projects
Commit 04856761 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update routing key

replace with verify.*
parent b2df7ebd
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!21Feat git commit agent
......@@ -117,7 +117,7 @@ def git_commit(ch, method, properties, body):
logger.info("Start listening to queue: %s", task)
rc_rmq.start_consume({
'queue': task,
'routing_key': "git.*",
'routing_key': "verify.*",
'cb': git_commit
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment