fission-workflows icon indicating copy to clipboard operation
fission-workflows copied to clipboard

CLI: Add pagination to invocation list command

Open erwinvaneyk opened this issue 6 years ago • 0 comments

Currently fission workflows invocation get (listing workflow invocations) lists all workflow invocations, which after some production workloads can quickly add up. Since the command does a GET on each workflow invocation in the list to retrieve metadata, the command can take minutes to complete (unless filters are applied).

To fix this we need to implement some sort of pagination for this command. Pagination example in gRPC: https://github.com/googleapis/googleapis/blob/master/google/cloud/resourcemanager/v2/folders.proto

erwinvaneyk avatar Oct 22 '18 19:10 erwinvaneyk