From 13abb4d3f2b705ba923c32a5c27fd4781c927177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Mon, 20 Nov 2023 11:19:32 +0100 Subject: [PATCH] chore: Enable heartbeat timeout --- posthog/temporal/workflows/bigquery_batch_export.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/posthog/temporal/workflows/bigquery_batch_export.py b/posthog/temporal/workflows/bigquery_batch_export.py index f45b67b02264e..759b755427f2d 100644 --- a/posthog/temporal/workflows/bigquery_batch_export.py +++ b/posthog/temporal/workflows/bigquery_batch_export.py @@ -309,6 +309,4 @@ async def run(self, inputs: BigQueryBatchExportInputs): "NotFound", ], update_inputs=update_inputs, - # Disable heartbeat timeout until we add heartbeat support. - heartbeat_timeout_seconds=None, )