Skip to content
Snippets Groups Projects
Commit 0b847163 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Rename detector_installation -> detector_identifier in Kafka message

parent f88fc9d0
No related branches found
No related tags found
1 merge request!683[Webservice] Restructure database to give more meaningful success/failure information
...@@ -228,7 +228,7 @@ class JobsMonitor: ...@@ -228,7 +228,7 @@ class JobsMonitor:
'proposal': r['proposal'], 'proposal': r['proposal'],
'run': str(r['run']), 'run': str(r['run']),
'detector': r['det_type'], 'detector': r['det_type'],
'detector_installation': r['karabo_id'], 'detector_identifier': r['karabo_id'],
'success': success, 'success': success,
}) })
except KafkaError: except KafkaError:
......
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