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

Rewrite queue id after create operation using server side id #789

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

Rewrite queue id after create operation using server side id #789

wtrocki opened this issue Aug 26, 2020 · 3 comments

Comments

@wtrocki
Copy link
Contributor

wtrocki commented Aug 26, 2020

Feature Request

@wtrocki
Copy link
Contributor Author

wtrocki commented Aug 26, 2020

@Eunovo we talked about this in chat

@Eunovo
Copy link
Collaborator

Eunovo commented Aug 26, 2020

@wtrocki We can easily use traverse to update queue and save to storage. Ideally, the entire id swapping should run exclusively on storage or in a transaction but, for now, we can implement this without locking storage or using transactions.

WDYT?

@wtrocki
Copy link
Contributor Author

wtrocki commented Aug 26, 2020

let's use transaction for the moment for this purpose (both delete save for original object and rewrite others) keep in mind that we do not have transaction support for sqllite but that is fine

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

No branches or pull requests

2 participants