mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
fix(growth): increase hard timeout from 600s to 1800s (#3314)
Claude scoring phase has been timing out at the 600s mark when processing 500+ Reddit posts. Bump to 1800s (30 min) to give enough headroom for large post sets. Co-authored-by: Claude <claude@anthropic.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
parent
b290a3bb10
commit
21fd1949d5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ cd "${REPO_ROOT}"
|
|||
|
||||
SPAWN_REASON="${SPAWN_REASON:-manual}"
|
||||
TEAM_NAME="spawn-growth"
|
||||
HARD_TIMEOUT=600 # 10 min (claude scoring can take 5+ min with large post sets)
|
||||
HARD_TIMEOUT=1800 # 30 min (claude scoring can take 10+ min with 500+ post sets)
|
||||
|
||||
LOG_FILE="${REPO_ROOT}/.docs/${TEAM_NAME}.log"
|
||||
PROMPT_FILE=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue