[wrangler] Add Durable Objects hibernation timeout option - #15658
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: ab2e0c2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@cloudflare/autoconfig
@cloudflare/build-output-utils
@cloudflare/codemods
@cloudflare/config
@cloudflare/containers-shared
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-functions
@cloudflare/pages-shared
@cloudflare/runtime-types
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-plugin
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
4 times, most recently
from
September 17, 2026 13:59
db7811a to
55eb99c
Compare
jqmmes
marked this pull request as ready for review
September 17, 2026 15:34
workers-devprod
requested review from
a team and
cjol
and removed request for
a team
September 17, 2026 15:34
Contributor
|
Codeowners approval required for this PR:
Show detailed file reviewers |
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
4 times, most recently
from
September 18, 2026 16:19
a3930e5 to
3977fa5
Compare
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
2 times, most recently
from
September 21, 2026 16:06
1f67fe0 to
ab70ee0
Compare
apeacock1991
approved these changes
Sep 21, 2026
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
from
September 21, 2026 17:44
ab70ee0 to
f9bf90d
Compare
workers-devprod
approved these changes
Sep 22, 2026
workers-devprod
left a comment
Contributor
There was a problem hiding this comment.
Codeowners reviews satisfied
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
from
September 22, 2026 18:40
f9bf90d to
a8bf387
Compare
Contributor
|
Codeowners approval required for this PR:
Show detailed file reviewers |
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
from
September 22, 2026 18:59
a8bf387 to
6de46d3
Compare
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
2 times, most recently
from
September 23, 2026 16:09
63c54ab to
a5cb05b
Compare
Add immediate and deferred code update controls to deploy, versions deploy, and rollback. Send code_update_strategy objects directly to the deployments endpoint, retain grace-period conversion for legacy multipart uploads, and default unset strategies to deferred with a 30-second maximum delay. Validate maximum delays at millisecond precision to match the API contract.
jqmmes
force-pushed
the
joaquim/do-hibernation-timeout
branch
from
September 23, 2026 17:27
a5cb05b to
b649a0b
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds --durable-objects-code-update-mode to wrangler deploy, wrangler versions deploy, and wrangler rollback. It accepts immediate or deferred , defaulting to a 5-minute deferred update with a maximum delay of 24 hours.
The strategy is forwarded as code_update_strategy through version deployments and multipart script uploads.