Skip to content

Use global tokio runtime per executor process #1590

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

Closed
andygrove opened this issue Apr 1, 2025 · 1 comment · Fixed by #1614
Closed

Use global tokio runtime per executor process #1590

andygrove opened this issue Apr 1, 2025 · 1 comment · Fixed by #1614
Labels
enhancement New feature or request
Milestone

Comments

@andygrove
Copy link
Member

What is the problem the feature request solves?

We currently create a new tokio runtime for each plan. This issue is for discussing using a global tokio runtime for the executor process instead.

See #1523 (comment) for more context on why this is important.

Describe the potential solution

No response

Additional context

No response

@andygrove
Copy link
Member Author

See #1104 for a previous attempt at implementing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant