Skip to content

Commit fcba386

Browse files
authored
Update src/content/docs/workers/configuration/versions-and-deployments/gradual-deployments.mdx
1 parent 27cd37a commit fcba386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/versions-and-deployments/gradual-deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Versions of Worker bundles containing new Durable Object migrations cannot be up
240240
npx wrangler versions deploy
241241
```
242242

243-
In order to limit the blast radius of Durable Object migration deployments, migrations should be deployed independently of other code changes.
243+
To limit the blast radius of Durable Object migration deployments, migrations should be deployed independently of other code changes.
244244

245245
To understand why Durable Object migrations are atomic operations, consider the hypothetical example of gradually deploying a delete migration. If a delete migration were applied to 50% of Durable Object instances, then Workers requesting those Durable Object instances would fail because they would have been deleted. To do this without producing errors, a version of the Worker which does not depend on any Durable Object instances would have to have already been rolled out. At which point you can deploy a delete migration without affecting any traffic and there is no reason to do so gradually.
246246

0 commit comments

Comments
 (0)