Skip to content

Commit 033c285

Browse files
SWE Destroyerclaude
andcommitted
Fix health_check_port description to match actual default (8080)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7422769 commit 033c285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/types/agent_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TemporalConfig(BaseModel):
5555
)
5656
health_check_port: int | None = Field(
5757
default=None,
58-
description="Port for temporal worker health check endpoint. Defaults to 9718 if not specified.",
58+
description="Port for temporal worker health check endpoint. Defaults to 8080 if not specified.",
5959
)
6060

6161
@validator("workflows")

0 commit comments

Comments
 (0)