offix
offix copied to clipboard
Rewrite queue id after create operation using server side id
Feature Request
@Eunovo we talked about this in chat
@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?
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