From 39c21e7efdecf7a73cfe30f85b7261a8ed9ef86a Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 1 Apr 2024 11:19:18 -0400 Subject: [PATCH] increase from 4 hours to 30 --- posthog/temporal/data_imports/external_data_job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/temporal/data_imports/external_data_job.py b/posthog/temporal/data_imports/external_data_job.py index 4a76d5376fc52..52fdda61ab4de 100644 --- a/posthog/temporal/data_imports/external_data_job.py +++ b/posthog/temporal/data_imports/external_data_job.py @@ -304,7 +304,7 @@ async def run(self, inputs: ExternalDataWorkflowInputs): table_schemas = await workflow.execute_activity( run_external_data_job, job_inputs, - start_to_close_timeout=dt.timedelta(hours=4), + start_to_close_timeout=dt.timedelta(hours=30), retry_policy=RetryPolicy(maximum_attempts=5), heartbeat_timeout=dt.timedelta(minutes=1), )