Skip to content

Commit

Permalink
Increase timeout to 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 25, 2024
1 parent 38d7a3b commit d9606ae
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 d9606ae

Please sign in to comment.