The run_monitoring settings allow you to define how long Dagster Cloud should wait for runs to start before failing them in the deployment.
run_monitoring:start_timeout_seconds:1200
Property
Description
run_monitoring.start_timeout_seconds
The number of seconds that Dagster Cloud will wait after a run is launched for the process or container to start executing. After the timeout, the run will fail. This prevents runs from hanging in STARTING indefinitely when the process or container doesn't start.
The sso_default_role setting lets you configure the default role on the deployment which is granted to new users which log in via SSO. For more information on available roles, see the Dagster Cloud permissions reference.
sso_default_role: EDITOR
Property
Description
sso_default_role
If SAML SSO is enabled, this is the default role that will be assigned to Dagster Cloud users for this deployment. If SAML SSO is not enabled, this setting is ignored.
If enabled, the `Isolate run environment` checkbox will appear in the Launchpad.
Default - true
max_concurrent_non_isolated_runs
A limit for how many non-isolated runs to launch at once. Once this limit is reached, the checkbox will be greyed out and all runs will be isolated. This helps to avoid running out of RAM on the code location server.