Debugging DO with Vanessa
Sorry, meant the other way around.
8 Replies
We can keep talking here, @codefrau.
Huh what's this? a thread on discord?!
Cool, right? New Features!
... and it will disappear after a day?
Archived. It will still be there, just out of the way.
ah okay
well I'm just curious what the policy is on where an object is resumed
... and if that is "sticky", meaning it will tend to live in that new colo from then on (until it's moved again)
@codefrau So here's how I understand the lifecycle of Durable Objects(Take it with a grain of salt, as I am not a Employee):
Sounds about right. Another crucial part of the design is that DO ids are cached in the originating colo, so it knows where to send the requests. And now that I think about it, that is likely why “moving” the DO is sticky, because otherwise there would be unnecessary cache invalidations.