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

Add parallel deploy of knative functions #523

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Add parallel deploy of knative functions #523

merged 2 commits into from
Oct 18, 2024

Conversation

leokondrashov
Copy link
Contributor

Summary

Deploy several Knative functions in parallel to speed up the deployment phase. Closes #135.

Implementation Notes ⚒️

  • Use goroutines to run the individual function deployment process
  • Use go channel as a pacing method so as not to overwhelm the API server

External Dependencies 🍀

  • N/A

Breaking API Changes ⚠️

  • N/A

Signed-off-by: Leonid Kondrashov <leo.kondrashov@gmail.com>
@cvetkovic cvetkovic enabled auto-merge (rebase) October 18, 2024 09:08
@cvetkovic cvetkovic merged commit c92d34a into main Oct 18, 2024
14 checks passed
@cvetkovic cvetkovic deleted the parallel-deploy branch October 18, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelize Knative service deployment
2 participants