From 9a1a1a3bcd3517e74d69e76f7983df3e4102451e Mon Sep 17 00:00:00 2001 From: Dasun Pubudumal Date: Wed, 16 Oct 2024 12:04:29 +0100 Subject: [PATCH] Update reader schema version --- tol_lab_share/config/rabbit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tol_lab_share/config/rabbit.py b/tol_lab_share/config/rabbit.py index 3114bb2..0ca6b3d 100644 --- a/tol_lab_share/config/rabbit.py +++ b/tol_lab_share/config/rabbit.py @@ -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,