You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: