Skip to content

Commit

Permalink
chore: Enable heartbeat timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Nov 20, 2023
1 parent 1cac927 commit 13abb4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posthog/temporal/workflows/bigquery_batch_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,4 @@ async def run(self, inputs: BigQueryBatchExportInputs):
"NotFound",
],
update_inputs=update_inputs,
# Disable heartbeat timeout until we add heartbeat support.
heartbeat_timeout_seconds=None,
)

0 comments on commit 13abb4d

Please sign in to comment.