temporalio / temporalio/temporal

Ability to get all task queues per namespace

Open
#1,797 4 comments 26 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

API enhancement
Dominant language
Go
Stars
23.2k
Forks
1.9k
Avg merge
2d 8h
Merged PRs (30d)
228

Description

Is your feature request related to a problem? Please describe.
Currently public API only allow query a specific task queue. Temporal should consider adding functionality to list all task queue per namespace for maintenance & debugging purpose.

Describe the solution you'd like
See above

Describe alternatives you've considered
N/A

Additional context
there exists one persistence layer API which allow pagination of ALL task queues, but this API impl is not efficient & some cases does not allow pagination according to namespace:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with common/persistence/dataInterfaces.go and compare the Cassandra, MySQL, and PostgreSQL task queue schemas linked in the issue. Trace how task queues are currently queried and determine the scope of a namespace-specific paginated listing. Done means the public API can list all task queues for a namespace efficiently across the supported persistence layers.

Written by the indexing model from the issue text.

Assessment

Tech stack
cassandra, go, mysql, postgresql
Domain
api, backend, databases, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.