Hello 👋 , are there any guides/examples
Hello 👋 , are there any guides/examples on how one might do an
transfer
migration? We have 5 DOs and we want to split 3 DOs to a separate worker that has a very simple worker bundle leading to faster startup times. I don't see much info on the docs here https://developers.cloudflare.com/durable-objects/reference/durable-objects-migrations/1 Reply
"split... DOs to... worker" is not making sense to me. Also, what are you splitting exactly? The functionality in 3 different DO classes? or is it 3 instances of the same class and it's the data you are trying to redistribute?
Regardless of the answers to above, I suspect that your concept of "migrations" doesn't match the one in the link. That's only for adding, renaming, and removing DO Classes.