hanpolo
05/10/2023, 9:59 PMLordHaywood
05/10/2023, 11:22 PMUnsmart | Tech debt
05/10/2023, 11:25 PMdave
05/11/2023, 3:11 PMUnsmart | Tech debt
05/11/2023, 3:13 PMdave
05/11/2023, 3:16 PMChaika
05/11/2023, 3:22 PMsathoro
05/11/2023, 3:57 PMsathoro
05/11/2023, 3:57 PMcannot access storage because object has moved to a different machine
sathoro
05/11/2023, 3:57 PMsathoro
05/11/2023, 3:59 PMUnsmart | Tech debt
05/11/2023, 4:00 PMsathoro
05/11/2023, 4:00 PMjs
[
'durable object storage operation exceeded timeout which caused object to be reset.',
'cannot access storage because object has moved to a different machine',
'network connection lost.',
'cannot resolve durable object due to transient issue on remote node.',
'durable object reset because its code was updated.',
'the durable object\'s code has been updated, this version can no longer access storage.'
]
am I missing any?Unsmart | Tech debt
05/11/2023, 4:00 PMsathoro
05/11/2023, 4:03 PMUnsmart | Tech debt
05/11/2023, 4:04 PMUnsmart | Tech debt
05/11/2023, 4:04 PMsathoro
05/11/2023, 4:04 PMsathoro
05/11/2023, 4:04 PMsathoro
05/11/2023, 4:06 PMUnsmart | Tech debt
05/11/2023, 4:07 PMsathoro
05/11/2023, 4:08 PMsathoro
05/11/2023, 4:09 PMkrondor
05/11/2023, 9:42 PMdave
05/12/2023, 12:05 AMapuchitnis
05/12/2023, 4:10 AMUncaught ReferenceError: process is not defined
every time I try and do the upload 😦apuchitnis
05/12/2023, 5:35 AMsathoro
05/12/2023, 7:04 AMconst myStub = MY_DO.get(id)
. and I call myStub.foo()
but I get the error cannot access storage because object has moved to a different machine
. do I need to create the stub again or could I just retry the myStub.foo()
?sathoro
05/12/2023, 7:19 AMNetwork connection lost.
, we get it on around .001% of prod requests. it seems to happen on even simple routes that do nothing besides fetch a DO and return it even though we now do retrying for our DOs fetch calls