-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include full docker container state in failure message when a run wor…
…ker fails (#24502) Summary: This will help diagnose transient issues where the docker api appears to be incorrectly returning that a container is running when it is not. Test Plan: New automated test case, run a crashy docker op locally and check run logs ## Summary & Motivation ## How I Tested These Changes ## Changelog Insert changelog entry or "NOCHANGELOG" here. - `NEW` [dagster-docker] Added additional information about the container to the event log when a run using the `DockerRunLauncher` fails due to the container unexpectedly exiting.
- Loading branch information
Showing
2 changed files
with
81 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters