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
This commit is part of merge request !683. Comments created here will be created in the context of that merge request.
......@@ -228,7 +228,7 @@ class JobsMonitor:
'proposal': r['proposal'],
'run': str(r['run']),
'detector': r['det_type'],
'detector_installation': r['karabo_id'],
'detector_identifier': r['karabo_id'],
'success': success,
})
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