Skip to content

Commit 0a6193f

Browse files
committed
Add startup_threshold_seconds to Truss
1 parent 0c57765 commit 0a6193f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "truss"
3-
version = "0.15.4"
3+
version = "0.15.5rc001"
44
description = "A seamless bridge from model development to model delivery"
55
authors = [
66
{ name = "Pankaj Gupta", email = "no-reply@baseten.co" },

truss/base/truss_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ class HealthChecks(custom_types.ConfigModel):
546546
restart_check_delay_seconds: Optional[int] = None
547547
restart_threshold_seconds: Optional[int] = None
548548
stop_traffic_threshold_seconds: Optional[int] = None
549+
startup_threshold_seconds: Optional[int] = None
549550

550551

551552
class TransportKind(str, enum.Enum):

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)