dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

How to enable Worker versioning when using the Temporal CLI to start a Temporal server #211

Open dhiaayachi opened 2 weeks ago

dhiaayachi commented 2 weeks ago

If run the command like temporal server start-dev starts a local Temporal server. By default the Worker versioning feature of the server is disabled, how can I start the local server with the Worker versioning API enabled.

dhiaayachi commented 20 hours ago

Thanks for reporting this. You can start the server with the worker versioning API enabled using the --worker-versioning flag with temporal server start-dev:

temporal server start-dev --worker-versioning 

If you want to specify a particular build ID use the --build-id flag:

temporal server start-dev --worker-versioning --build-id my-build-id

For more information on using Worker Versioning, see the Worker Versioning section in the Temporal Documentation.