Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix callsite in k8s run launcher termination where we were making an …
…unneeded and potentially expensive event log fetch (#26288) Summary: This callsite was correctly gated in the other places it is called, but we missed the one in terminate. Consolidate calsites so that anything that might need to fetch this information checks whether the experimental run resume feature is enabled or not. [dagster-k8s] Fixed an issue where run termination sometimes timed out when terminating runs with many events. ## Summary & Motivation ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
- Loading branch information