studio: bump BYO-GPU render deadline 600s→1200s (heavy Qwen edit on cold GB10 exceeds 10min); v0.16.2

This commit is contained in:
Hanzo AI
2026-07-15 20:18:30 -07:00
parent e97194613c
commit b238b8c568
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -96,7 +96,10 @@ def dispatch_if_worker(request, org_id: str, prompt_id: str, prompt: dict) -> bo
"runId": prompt_id,
"activityType": {"name": "studio.render"},
"taskQueue": JOBS_NS,
"heartbeatTimeout": "600s",
# 1200s: a heavy Qwen edit on a cold GB10 (model reload + full 30-step
# sample) can exceed 600s; the worker heartbeats each step, so this is
# the ceiling for a genuinely long single render, not idle slack.
"heartbeatTimeout": "1200s",
"input": {
"prompt": prompt,
"org": org_id,
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "hanzo-studio"
version = "0.16.1"
version = "0.16.2"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"