What are people using for preview environments and durable objects?

Hey all - currently I have a team using Cloudflare Pages and looking at migrating over to Cloudflare Workers shortly. Once on workers - it's a little easier to integrate with Durable Objects - so started looking at that aswell. Our current workflow is that each PR creates a preview environment (sha-worker.pages.dev) where the changes can be shared in isolation and it's all cushty. We can do something similar in workers by having two apps - one that's staging, and another that's for production - but the moment you add a durable object, from my understanding you'll lose the ability to have foo.app-staging.pages.dev and bar.app-staging.pages.dev - so I'm just wondering what the workflows look like for teams using durable objects in production? Happy to have our workflow change - just wondering what everyone else is doing here
1 Reply
sirhype
sirhype4w ago
Hoping to bump this up as I'm also curious about this!

Did you find this page helpful?