Skip to content

Commit

Permalink
increase from 4 hours to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Apr 1, 2024
1 parent bf88a1c commit 39c21e7
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 @@ -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),
)
Expand Down

0 comments on commit 39c21e7

Please sign in to comment.