-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Adds `PipelineJobRunner` to serve as a wrapper around jobs which takes care of lifecycle events like scheduling, starts, stops, and error handling. * Modifies `PipelineManager` to manage a simple pool of `PipelineJobRunner`s. One per job. Tracking lifecycle events received from them and gracefully managing application shutdown when all jobs are complete or any throw an exception. Triggers graceful shutdown by all jobs if any of them fail with an exception. * Removes unused generic `PipelineJobArguments` on `PipelineJob` since it introduced complexity for no gain. * Eliminates many classes made obsolete by the simpler design.
- Loading branch information
1 parent
31a903f
commit 372d8f3
Showing
32 changed files
with
1,202 additions
and
2,387 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
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.