This repository has been archived by the owner on May 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Engine logs for specific workflow runs (#379)
* added run-id flag for logs engine * Initial implementation of run-id filtering for workflow engine logs * Added unit tests for GetEngineLogByRunId * Handle wes adapter time edge case and cli log stream processing race condition where the engine process is running but the log stream doesn't exist yet. PR feedback * Switch to isServerProcessEngine as most engines are batch job processes so we only need to track the exceptions * allow output of both STDOUT and STDERR from engines
- Loading branch information
1 parent
a1c2d30
commit 8bda674
Showing
10 changed files
with
1,257 additions
and
1,693 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.