Skip to content

Commit

Permalink
chore(data-warehouse): extend timeout on validate step (#20721)
Browse files Browse the repository at this point in the history
extend timeout
  • Loading branch information
EDsCODE authored Mar 6, 2024
1 parent 638bfb5 commit 0202392
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 @@ -278,7 +278,7 @@ async def run(self, inputs: ExternalDataWorkflowInputs):
await workflow.execute_activity(
validate_schema_activity,
validate_inputs,
start_to_close_timeout=dt.timedelta(minutes=2),
start_to_close_timeout=dt.timedelta(minutes=10),
retry_policy=RetryPolicy(maximum_attempts=2),
)

Expand Down

0 comments on commit 0202392

Please sign in to comment.