Skip to content

Commit

Permalink
Merge pull request #162 from sanger/y24-370-update-reader-schema-version
Browse files Browse the repository at this point in the history
Update reader schema version for volume tracking (introducing request in source type to the schema)
  • Loading branch information
dasunpubudumal authored Oct 18, 2024
2 parents b3c80a1 + 9a1a1a3 commit b24000f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tol_lab_share/config/rabbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
consumed_queue="tls.volume-tracking",
message_subjects={
RABBITMQ_SUBJECT_CREATE_ALIQUOT_IN_MLWH: MessageSubjectConfig(
processor=CreateAliquotProcessor, reader_schema_version="1"
processor=CreateAliquotProcessor, reader_schema_version="2"
),
},
publisher_details=MLWH_RABBIT_SERVER,
Expand Down

0 comments on commit b24000f

Please sign in to comment.