Hello,
I am performing garbage collection. During the garbage collection an event could be fired (from the softdevice) that causes updating of records.
My question is:
Will updating the record cause failure to the update process or failure to the garbage collection process?
Should I disable events that leads to updating of records?
Or will the update event be queued until the garbage collection has ended?
I have been trying to find the answer in your documentation, but no luck so far.
All the Best
Thomas