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

Worker & worker_threads stability tracking issue #15964

Open
4 tasks
Jarred-Sumner opened this issue Dec 23, 2024 · 0 comments
Open
4 tasks

Worker & worker_threads stability tracking issue #15964

Jarred-Sumner opened this issue Dec 23, 2024 · 0 comments
Labels
tracking An umbrella issue for tracking big features Worker uses the web or node worker api

Comments

@Jarred-Sumner
Copy link
Collaborator

Jarred-Sumner commented Dec 23, 2024

Worker in Bun is still marked as experimental. There are many different issues related to this.

TODO:

  • Bun leaks memory in Workers #5709
  • Make all usages of *JSC.EventLoop use a weak pointer or an integer for the ScriptExecutionContextID, so that we do not attempt to reference an event loop of a closed Worker
  • Have an easy way to force the closing state of all I/O related resources in Bun, so that writing tests for this stuff is trivial
  • Ensure NAPI finalizers are handled correctly
@Jarred-Sumner Jarred-Sumner added tracking An umbrella issue for tracking big features Worker uses the web or node worker api labels Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #15942 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #15656 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #13885 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #13888 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14239 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14332 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14348 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14402 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14527 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14617 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14775 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14844 Dec 23, 2024
@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #14929 Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracking An umbrella issue for tracking big features Worker uses the web or node worker api
Projects
None yet
Development

No branches or pull requests

1 participant