-
Notifications
You must be signed in to change notification settings - Fork 66
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
Introduce Parallel Execution for GraphQL resolvers #4122
Open
ThisaruGuruge opened this issue
Feb 22, 2023
· 5 comments
· Fixed by ballerina-platform/module-ballerina-graphql#1256 or ballerina-platform/module-ballerina-graphql#2113
Open
Introduce Parallel Execution for GraphQL resolvers #4122
ThisaruGuruge opened this issue
Feb 22, 2023
· 5 comments
· Fixed by ballerina-platform/module-ballerina-graphql#1256 or ballerina-platform/module-ballerina-graphql#2113
Labels
module/graphql
Issues related to Ballerina GraphQL module
Team/PCM
Protocol connector packages related issues
Type/Improvement
Comments
ThisaruGuruge
added
Type/Improvement
module/graphql
Issues related to Ballerina GraphQL module
Team/PCM
Protocol connector packages related issues
labels
Feb 22, 2023
5 tasks
MohamedSabthar
closed this as completed
in
ballerina-platform/module-ballerina-graphql#1256
Mar 14, 2023
github-project-automation
bot
moved this from In Progress
to Done
in Ballerina Team Main Board
Mar 14, 2023
I am reopening this as we have to introduce this back. |
shafreenAnfar
changed the title
Re-introduce Parallel Execution for GraphQL resolvers
Introduce Parallel Execution for GraphQL resolvers
Aug 7, 2024
7 tasks
7 tasks
Closing as this is completed via ballerina-platform/module-ballerina-graphql#2067 |
github-project-automation
bot
moved this from PR Sent
to Done
in Ballerina Team Main Board
Nov 4, 2024
Reopening this issue as we need to port this change to the master |
We also need to patch the 1.14.x (Ballerina 2201.10.x versions) |
7 tasks
ThisaruGuruge
closed this as completed
in
ballerina-platform/module-ballerina-graphql#2113
Dec 4, 2024
Reopenning since this is not yet ported to 2201.10.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module/graphql
Issues related to Ballerina GraphQL module
Team/PCM
Protocol connector packages related issues
Type/Improvement
Description:
GraphQL query resolvers are allowed for parallel execution according to the GraphQL spec. When the resource execution was implemented in Java, it was done in parallel. But since the execution logic is moved to Ballerina, the execution is done sequentially. To improve the performance of the GraphQL server, these query executions should be done in parallel again.
The text was updated successfully, but these errors were encountered: