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

feat: support MaxBatchSize #463

Merged
merged 3 commits into from
Feb 12, 2022
Merged

feat: support MaxBatchSize #463

merged 3 commits into from
Feb 12, 2022

Conversation

vicary
Copy link
Contributor

@vicary vicary commented Jan 14, 2022

It caught me by surprise that MaxBachSize is not supported.

My project recently reached a point where we are actively exploring ways to squeeze out the last bits of performances, batching is definitely something worth trying.

It is also allowed in Direct Lambda Resolvers, scroll down to the section Direct Lambda Resolvers: Batching enabled to read more.

@bboure
Copy link
Collaborator

bboure commented Jan 15, 2022

LGTM! Thanks @vicary

Pipeline Functions also support this.

Could you please add it?

Also, not that we still need to solve this issue before we can release a new version. I will try to find some time to look into this again

@vicary
Copy link
Contributor Author

vicary commented Jan 16, 2022

@bboure Added support for Pipeline Resolvers!

Please take your time on the new major, hopefully a new direction takes shape when you're working on it.

Let me know when you have a new option syntax in your mind, I can help making a new PR for the new schema conversion.

@bboure
Copy link
Collaborator

bboure commented Jan 16, 2022

@vicary Thanks! LGTM!

I took time to investigate the schema issue yesterday and left feedback on #453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants