temporalio.client.BuildIdReachability
class documentation

class BuildIdReachability: (source)

View In Hierarchy

Contains information about the reachability of a specific Build ID

task_queue_reachability: Mapping[str, Sequence[TaskReachabilityType]] = (source)

Maps Task Queue names to the reachability status of the Build ID on that queue. If the value is an empty list, the Build ID is not reachable on that queue.

unretrieved_task_queues: frozenset[str] = (source)

If any Task Queues could not be retrieved because the server limits the number that can be queried at once, they will be listed here.