Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Find replacement for transations #788

Open
wtrocki opened this issue Aug 26, 2020 · 0 comments
Open

Find replacement for transations #788

wtrocki opened this issue Aug 26, 2020 · 0 comments

Comments

@wtrocki
Copy link
Contributor

wtrocki commented Aug 26, 2020

Feature Request

Transactions have been adding a lot of complexity and performance impact.
We already using some flags in the code to avoid executing a couple of things (this.processing=true).

I think we can use this idea in storage to create some form or semaphore/lock that we can use.

Where this can be used:

We have a case where need to rewrite queue with server side it we need to make sure that no other mutation request is added to the queue while we do that operation

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

No branches or pull requests

1 participant