-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Rewrite dataloader to use Fiber#transfer #4625
Conversation
Hi, do u have any news on this PR ? Are u gonna merge it ? |
We are also looking forward to turning on non-blocking fibers at Flexhire 🙂 |
The reason I paused on this is because I really wanted to get it working with the |
This change was rolled back in #4752 because
But, GraphQL-Ruby 2.2.3 will have a much better |
I'm trying to find a way to make GraphQL::Dataloader work with non-blocking fibers that use
.transfer
. I tried an incremental approach in #4322 , but it's not really working -- I think I need to rethink how these parts fit together.This is coming along nicely -- it's actually much simpler -- but it doesn't support
blocking: false
yet.