Skip to content

Commit

Permalink
chore(sessions-v2): Increase timeout to 2 hours (#24571)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c authored Aug 25, 2024
1 parent 38d7a3b commit 46b18ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/management/commands/backfill_raw_sessions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
TARGET_TABLE = "raw_sessions"

SETTINGS = {
"max_execution_time": 3600 # 1 hour
"max_execution_time": 7200 # 2 hours
}


Expand Down

0 comments on commit 46b18ba

Please sign in to comment.