Skip to content

Commit

Permalink
fix(data-warehouse): Increase timeout for creating external data mode…
Browse files Browse the repository at this point in the history
…l activity (#25680)
  • Loading branch information
Gilbert09 authored Oct 18, 2024
1 parent c6ca943 commit e3544ca
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 e3544ca

Please sign in to comment.