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

Will be great a default option skipQueue: true #9

Open
cesarve77 opened this issue Jun 1, 2022 · 2 comments
Open

Will be great a default option skipQueue: true #9

cesarve77 opened this issue Jun 1, 2022 · 2 comments

Comments

@cesarve77
Copy link

I mean all mutation skip Queue, unless option skipQueue: false.

I developing an app where most of the mutation does no need to be in a queue, just some few.

Will be event better if we can name queues.

In my case my problem is when you are updating the same record (it need to be in a queue)
but if the system is updating several records several times at the barely the same time, will be great have different queues for each record.

Thanks for your time

@cesarve77
Copy link
Author

I can work in a PR

@sirugh
Copy link
Contributor

sirugh commented Jun 2, 2022

but if the system is updating several records several times at the barely the same time, will be great have different queues for each record.

This makes sense. Enqueue per mutation name, rather than for all mutations. Please do open a PR!

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

2 participants