From 0dbc5f985cb80c12b00b6653cb62dfa4e5e95f71 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 13 Feb 2026 12:37:53 +0000 Subject: [PATCH] wrong subtask id being sent --- backend/postcode_splitter/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/postcode_splitter/main.py b/backend/postcode_splitter/main.py index 930fac7f..e49a7f0d 100644 --- a/backend/postcode_splitter/main.py +++ b/backend/postcode_splitter/main.py @@ -136,7 +136,7 @@ def create_batch_and_send_to_address2uprn( # Send message with S3 reference send_to_address2uprn_queue( task_id=str(task_id), - sub_task_id=batch_sub_task_id, + sub_task_id=created_batch_sub_task_id, s3_uri=s3_uri, )