Skip to content

Commit 7e8a130

Browse files
gibsondanclaudejamiedemaria
authored andcommitted
Add Dagster+ agent overview guide (#25790)
## What Adds `runbooks/guides/infrastructure/dagster-plus-agent.md` — a technical handoff and support reference for the **Dagster+ (Dagster Cloud) agent**, aimed at a new eng owner and at future support cases involving the agent. ## --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: jamiedemaria <jamie@dagsterlabs.com> Internal-RevId: aa9eefc77d9416390eb087bd2fb9f49830122bf6
1 parent e9c9619 commit 7e8a130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_modules/dagster-cloud/dagster_cloud/workspace/user_code_launcher/user_code_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
DEFAULT_SERVER_PROCESS_STARTUP_TIMEOUT = 180
9898
DEFAULT_MAX_TTL_SERVERS = 25
9999
ACTIVE_AGENT_HEARTBEAT_INTERVAL = int(
100-
os.getenv("DAGSTER_CLOUD_ACTIVE_AGENT_HEARTBEAT_INVERAL", "600")
100+
os.getenv("DAGSTER_CLOUD_ACTIVE_AGENT_HEARTBEAT_INTERVAL", "600")
101101
)
102102

103103

0 commit comments

Comments
 (0)