You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
..and support the latest CategoryAndType target type.
This implements extra classes for each target component case:
* List of Ids `TargetIds`
* List of categories: `TargetCategories`
* List of categories + subtypes: `TargetCategoriesAndTypes`
This was easier to do together as the addition of the new type
increased the places where it
was difficult to find out what the actual target type/ids is/are.
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
*`dispatch-cli` supports now the parameter `--type` and `--running` to filter the list of running services by type and status, respectively.
14
19
* Every call now has a default timeout of 60 seconds, streams terminate after five minutes. This can be influenced by the two new parameters for`DispatchApiClient.__init__()`:
0 commit comments