diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-17 21:00:01 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-17 21:00:01 +0200 |
| commit | 394245036b959269d1128a3e7edf045e664382b1 (patch) | |
| tree | 1aa6f5ac7cab9604d8807fdb0cddbc320cc31e7d | |
| parent | 4e8cfb033c64c92e07dd6898e1738d84d6eb4802 (diff) | |
| download | analyzer-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
