-
Notifications
You must be signed in to change notification settings - Fork 1.1k
simplify delayed dataloader dispatching by not using a batch window #4055
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
Conversation
Test Results 324 files - 644 324 suites - 644 3m 31s ⏱️ - 9m 9s Results for commit 1dbd50e. ± Comparison against base commit e8028d9. This pull request removes 562 and adds 190 tests. Note that renamed tests count towards both.
This pull request skips 1 test.
♻️ This comment has been updated with latest results. |
import static graphql.Assert.assertNotNull; | ||
import static graphql.execution.instrumentation.dataloader.DataLoaderDispatchingContextKeys.DELAYED_DATA_LOADER_BATCH_WINDOW_SIZE_NANO_SECONDS; | ||
import static graphql.execution.instrumentation.dataloader.DataLoaderDispatchingContextKeys.DELAYED_DATA_LOADER_DISPATCHING_EXECUTOR_FACTORY; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for me to remove this off the documentation then
No description provided.