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

Use asyncio to greatly improve performance #270

Closed
wants to merge 25 commits into from

Conversation

taooceros
Copy link
Member

@taooceros taooceros commented Aug 25, 2023

Given that our plugin number is not small, it makes sense to use asyncio to speed up the process.

  • Workflow now takes 20s to finish, which are mostly setup time (compared to previouly around 1 miniute).
  • Use GITHUB_TOKEN for authentication to avoid rate limit.

@@ -32,4 +32,4 @@ jobs:
with:
commit_message: "auto updated plugins"
push_options: --force
branch: plugin_api_v2
branch: asyncio-revision
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be plugin_api_v2 instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes for testing purpose

@taooceros
Copy link
Member Author

close in favor of #319

@taooceros taooceros closed this Feb 5, 2024
@jjw24 jjw24 deleted the asyncio-revision branch February 1, 2025 12:44
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.

None yet

2 participants