Skip to content

Commit

Permalink
chore(data-warehouse): increase from 4 hours to 30 (#21256)
Browse files Browse the repository at this point in the history
increase from 4 hours to 30
  • Loading branch information
EDsCODE authored Apr 2, 2024
1 parent 140dfbc commit 39050a9
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 @@ -306,7 +306,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),
)
Expand Down

0 comments on commit 39050a9

Please sign in to comment.