Skip to content

Commit

Permalink
Added timeouts to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 17, 2024
1 parent 75c6558 commit 035888c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/tasks/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
retry_backoff=True,
acks_late=True,
ignore_result=False,
soft_time_limit=30,
time_limit=60,
)
def export_asset(exported_asset_id: int, limit: Optional[int] = None) -> None:
from posthog.tasks.exports import csv_exporter, image_exporter
Expand Down

0 comments on commit 035888c

Please sign in to comment.