-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `ParallelExecution` step [ML-7689](https://iguazio.atlassian.net/browse/ML-7689) * Add runnable names, change output format * Various improvements and additions * Add error on duplicate runnable selection, similar to #545 * Make ParallelExecution friendly to mlrun serialization * Process and thread limits, always spawn, docs * Runtime, output format, docs * Export ParallelExecution * Improve error, add test * Type hints * Copy event body to protect against mutation, pass path * select_runnables can return None for all runnables * Add run_async, expose supported mechanisms * Fix test following async change * Fix result gathering on selection * Rename parameters, add comment, add kwargs * Add more docstrings, rename parameter * Add type annotations * Move mechanism list out of class * Add explicit max processes and threads defaults * Remove redundant ifs * Remove print, improve docstring --------- Co-authored-by: Gal Topper <[email protected]>
- Loading branch information
Showing
3 changed files
with
361 additions
and
1 deletion.
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