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

perf(engine): Use asyncio eager task factory for worker event loop #218

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

daryllimyt
Copy link
Contributor

@daryllimyt daryllimyt commented Jun 29, 2024

Features

  • Use asyncio eager task factory for worker event loop
  • Improve asyncio performance on coroutines that can complete before being scheduled on the event loop

References

@github-actions github-actions bot added engine Improvements or additions to the workflow engine performance Changes that improve performance labels Jun 29, 2024
@daryllimyt daryllimyt closed this Jun 29, 2024
@daryllimyt daryllimyt reopened this Jun 29, 2024
@daryllimyt daryllimyt force-pushed the perf/worker-eager-task-factory branch from c9eccd6 to 41cb4df Compare June 29, 2024 12:26
@daryllimyt daryllimyt force-pushed the perf/worker-eager-task-factory branch from 41cb4df to 3295d57 Compare June 29, 2024 13:24
@daryllimyt daryllimyt self-assigned this Jun 29, 2024
@daryllimyt daryllimyt force-pushed the perf/worker-eager-task-factory branch from 3295d57 to 8ee6873 Compare June 29, 2024 13:31
@daryllimyt daryllimyt force-pushed the perf/worker-eager-task-factory branch from c22d182 to 25d47aa Compare July 1, 2024 18:14
@topher-lo topher-lo merged commit 643ecb6 into main Jul 1, 2024
7 checks passed
@topher-lo topher-lo deleted the perf/worker-eager-task-factory branch July 1, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Improvements or additions to the workflow engine performance Changes that improve performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants