offix icon indicating copy to clipboard operation
offix copied to clipboard

Rewrite queue id after create operation using server side id

Open wtrocki opened this issue 5 years ago • 3 comments

Feature Request

wtrocki avatar Aug 26 '20 09:08 wtrocki

@Eunovo we talked about this in chat

wtrocki avatar Aug 26 '20 10:08 wtrocki

@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?

Eunovo avatar Aug 26 '20 11:08 Eunovo

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

wtrocki avatar Aug 26 '20 11:08 wtrocki