Skip to content

Commit dc71e95

Browse files
committed
config: remove heartbeat timeout settings from YAML files
- Deleted heartbeat_timeout configuration from dagster_fly.yaml and workspace.yaml for simplification and to enhance reliability. - Adjusted related comments for clarity.
1 parent d767eac commit dc71e95

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

dagster_fly.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ local_artifact_storage:
7676
# Enhanced logging for debugging
7777
code_servers:
7878
reload_timeout: 60 # Give code servers more time to reload
79-
heartbeat_timeout: 60 # Longer heartbeat timeout for reliability

dagster_home/workspace.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,3 @@ load_from:
77
env: DAGSTER_CODE_SERVER_HOST
88
port: 4000
99
location_name: "anomstack_code"
10-
# Enhanced connection settings for single container deployment
11-
heartbeat_timeout: 60 # Allow 60 seconds for heartbeat
12-
startup_timeout: 180 # Allow 3 minutes for startup
13-
max_send_message_length: 52428800 # 50MB max message size
14-
max_receive_message_length: 52428800 # 50MB max message size
15-
# gRPC keepalive settings for better connection stability
16-
grpc_keepalive_time_ms: 30000 # Send keepalive every 30 seconds
17-
grpc_keepalive_timeout_ms: 10000 # Wait 10 seconds for keepalive response
18-
grpc_keepalive_permit_without_calls: true # Allow keepalive without active calls
19-
grpc_http2_max_pings_without_data: 0 # No limit on pings without data
20-
grpc_http2_min_ping_interval_without_data_ms: 300000 # 5 minutes between pings

0 commit comments

Comments
 (0)