-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
jest-worker computeWorkerKey option not always grouping #5956
Comments
Nope, you are right! I think @BYK was working on a fix for this a few weeks ago :) |
@BYK will you be able to take a look at this? |
I didn't end up using it more, but might have caused some unintended perf regressions somewhere :) |
Well, anyway, it's fixed 🙂 Sorry for the long time to take care of this! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The cache for making workers of
jest-worker
sticky to a worker usingcomputeWorkerKey
seems to only be set in the callback (code). In this example, even thoughcomputeWorkerKey
is a function returning a constant, multiple workers are created.This seems unintended?
The text was updated successfully, but these errors were encountered: