Durable Objects appear to be dropping elements in array
I have a queue that grabs 100 contacts per call and then loops back on itself until all of the contacts are gotten. I am using itty-durable if that matters. The problem is:
When the array hits rougly 1000 entries, it starts dropping values. There are no other paths accessing this DO, and the only method that access the array is this one:
Very simple call. Any ideas?
The class is being extended from createDurable
And because it is being isntantiated from a queue, I am using ProxyDurable:
0 Replies