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

Delay in between batch requests #404

Open
MohananT opened this issue Mar 31, 2023 · 0 comments
Open

Delay in between batch requests #404

MohananT opened this issue Mar 31, 2023 · 0 comments

Comments

@MohananT
Copy link

At the moment, Batch HTTP Link helps to batch http graphql requests and these requests are sent in batch all at a time as soon as they are fired from client. It would be great if a delay is introduced between each batched requests. This helps when the client has 1000s an 1000s of requests which might be sent at a time that causes browser to crash.

Just a thought:
Maybe we can introduce an Option named batchDelay similar to batchMax, batchInterval.

Http batch

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

No branches or pull requests

1 participant