I moved a function that edits KV entries inside a queue, but I keep loosing messages, sending a bunc

I moved a function that edits KV entries inside a queue, but I keep loosing messages, sending a bunch of edits will surely drop some of them.
All of the requests are well received and logged, but the end result is still missing data inside the KV storage.
It's possible that an edit to the same KV will be done more than once per batch, is that an issue?
Was this page helpful?