[SIMPL-30451] Record real run evidence for both locally runnable jobs

Both jobs were launched from the Dagster UI, so the numbers in the new section 5.6 come from the daemon and run launcher path rather than from execute_in_process. The tightly coupled run reports one contributing worker across seven steps; the loosely coupled subprocess run reports four, which is the difference the two patterns are supposed to make visible. Hostnames are redacted, process IDs are not.

Also ignores a local .dagster_home, which the README's dagster dev instructions will create for anyone who sets DAGSTER_HOME alongside the repo.

Changelog: added
This commit is contained in:
ILay
2026-08-26 19:28:19 +02:00
parent 1ce332fa1b
commit 7692891fff
2 changed files with 50 additions and 4 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
.coverage
.tmp_dagster_home_*/
.dagster_home/