Skip to content

Commit 65d6595

Browse files
remove default
1 parent 9fb8223 commit 65d6595

File tree

1 file changed

+1
-1
lines changed
  • src/agentex/lib/core/temporal/workers

1 file changed

+1
-1
lines changed

src/agentex/lib/core/temporal/workers/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
task_queue,
9090
max_workers: int = 10,
9191
max_concurrent_activities: int = 10,
92-
health_check_port: int = int(os.environ.get("HEALTH_CHECK_PORT", "80")),
92+
health_check_port: int = int(os.environ.get("HEALTH_CHECK_PORT")),
9393
):
9494
self.task_queue = task_queue
9595
self.activity_handles = []

0 commit comments

Comments
 (0)