summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-08-17 21:00:01 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-08-17 21:00:01 +0200
commit394245036b959269d1128a3e7edf045e664382b1 (patch)
tree1aa6f5ac7cab9604d8807fdb0cddbc320cc31e7d
parent4e8cfb033c64c92e07dd6898e1738d84d6eb4802 (diff)
downloadanalyzer-release/2.17.0.tar.gz
analyzer-release/2.17.0.zip
send analyze_update to match.api_idrelease/2.17.0
-rw-r--r--worker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker.py b/worker.py
index 59dfb40..e562498 100644
--- a/worker.py
+++ b/worker.py
@@ -239,8 +239,8 @@ def process():
db.commit()
# notify web
for api_id in ids:
- channel.basic_publish("amq.topic", "participant." + api_id,
- "stats_update")
+ channel.basic_publish("amq.topic", "match." + api_id,
+ "analyze_update")
except:
db.rollback()
raise