Skip to content

[Feature Request] task-queue describe does odd text replacement of unversioned workers #802

@Sushisource

Description

@Sushisource

Report from Shahab:

FYI, it seems task-queue describe in CLI replaces the build ID that server returns with "UNVERSIONED" constant if the worker doesn't have versioning enabled. I think we should just show the three values separately: deployment name, build ID, useVersioning.

shahab@Shahabs-MBP-2 bench-go % temporal task-queue describe -t temporal-bench -o json
{
  "reachability": null,
  "pollers": [
    {
      "buildId": "UNVERSIONED",

We can just match what UI shows here
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions