Skip to content
Snippets Groups Projects

Fixing post-ingestion message error

Merged Daniel Nemergut requested to merge ingest_obs_aat_message into main
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -281,7 +281,7 @@ class ArchiveMessageArchitect(MessageArchitectIF):
# image indexing is based on project not request id, use different subject
template["subject"] = (
f"WS workflow triggering indexer for {self.project}"
if self.key == "ingestor.images"
if not self.request
else f"WS workflow request #{self.request.workflow_request_id}"
)
template["routing_key"] = self.key
Loading