Skip to content

Commit

Permalink
Increase timeout for creating external data model activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Oct 18, 2024
1 parent c6ca943 commit e5e3eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/data_imports/external_data_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def run(self, inputs: ExternalDataWorkflowInputs):
job_id, incremental = await workflow.execute_activity(
create_external_data_job_model_activity,
create_external_data_job_inputs,
start_to_close_timeout=dt.timedelta(minutes=1),
start_to_close_timeout=dt.timedelta(minutes=5),
retry_policy=RetryPolicy(
initial_interval=dt.timedelta(seconds=10),
maximum_interval=dt.timedelta(seconds=60),
Expand Down

0 comments on commit e5e3eed

Please sign in to comment.