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

Update comment

parent 86631358
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
...@@ -66,7 +66,7 @@ def git_commit(ch, method, properties, body): ...@@ -66,7 +66,7 @@ def git_commit(ch, method, properties, body):
e = sys.exc_info()[0] e = sys.exc_info()[0]
print("[{}]: Error: {}".format(task, e)) print("[{}]: Error: {}".format(task, e))
# send confirm message # Send confirm message
rc_rmq.publish_msg({ rc_rmq.publish_msg({
'routing_key': 'confirm.' + username, 'routing_key': 'confirm.' + username,
'msg': { 'msg': {
......
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