We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb8223 commit 65d6595Copy full SHA for 65d6595
src/agentex/lib/core/temporal/workers/worker.py
@@ -89,7 +89,7 @@ def __init__(
89
task_queue,
90
max_workers: int = 10,
91
max_concurrent_activities: int = 10,
92
- health_check_port: int = int(os.environ.get("HEALTH_CHECK_PORT", "80")),
+ health_check_port: int = int(os.environ.get("HEALTH_CHECK_PORT")),
93
):
94
self.task_queue = task_queue
95
self.activity_handles = []
0 commit comments