Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: execute component in parallel #366

Merged
merged 1 commit into from
Jan 21, 2024
Merged

feat: execute component in parallel #366

merged 1 commit into from
Jan 21, 2024

Conversation

donch1989
Copy link
Member

Because

  • Originally, the pipeline DAG executed the components sequentially. However, some of the components can be executed in parallel.

This commit

  • Executes components in parallel.

Copy link

linear bot commented Jan 21, 2024

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4d008ca) 0.70% compared to head (e161e57) 0.70%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #366   +/-   ##
=====================================
  Coverage   0.70%   0.70%           
=====================================
  Files          8       8           
  Lines       2995    2995           
=====================================
  Hits          21      21           
  Misses      2974    2974           
Flag Coverage Δ
unittests 0.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@donch1989 donch1989 merged commit 1a18d62 into main Jan 21, 2024
16 checks passed
@donch1989 donch1989 deleted the huitang/ins-1082 branch January 21, 2024 13:37
donch1989 pushed a commit that referenced this pull request Jan 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.21.0-beta](v0.20.0-beta...v0.21.0-beta)
(2024-01-30)


### Features

* add `CheckName` endpoint
([#375](#375))
([7e248ed](7e248ed))
* add `CloneUserPipeline` and `CloneOrganizationPipeline` endpoints
([#374](#374))
([abf8514](abf8514))
* add end-user errors on CreateExecution error
([#369](#369))
([b72ac08](b72ac08))
* execute component in parallel
([#366](#366))
([1a18d62](1a18d62))
* support `visibility` param in list namespace pipelines endpoints
([#372](#372))
([e0b2c48](e0b2c48))


### Bug Fixes

* fix can not restore pipeline recipe from releases
([#376](#376))
([5163aec](5163aec))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants