Skip to content
Snippets Groups Projects
Commit ba0f323c authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Added a message template for obs-ingestion-complete messages

parent 7308afa3
No related branches found
No related tags found
1 merge request!1476Fixing post-ingestion message error
Pipeline #12230 passed
This commit is part of merge request !1476. Comments created here will be created in the context of that merge request.
......@@ -120,6 +120,16 @@ archive_msg_templates = DictView(
"status": "complete",
},
},
"obs_ingestion_complete": {
"application": "ingestor",
"message": "Observation Ingestion Complete",
"request": "observation",
"logData": {
"project_code": None,
"ingestion_type": "vlba",
"status": "complete",
},
},
"download_complete": {
"application": "workflow",
"download_url": None,
......
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