Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Temporal's [Worker Versioning](https://docs.temporal.io/production-deployment/wo
📦 **Automatic version management** - Registers versions with Temporal, manages routing rules, and tracks version lifecycle
🎯 **Smart traffic routing** - New workflows automatically get routed to your target worker version
🛡️ **Progressive rollouts** - Catch incompatible changes early with small traffic percentages before they spread
⚡ **Easy rollbacks** - Instantly route traffic back to a previous version if issues are detected
⚡ **Easy rollbacks** - Instantly route traffic back to a previous version if issues are detected
📈 **Per-version autoscaling** - Attach HPAs or other custom scalers to each versioned Deployment via [`WorkerResourceTemplate`](docs/worker-resource-templates.md)

## Quick Example
Expand Down
Loading