Project

General

Profile

Actions

Idea #6473

closed

[SDKs] arv-ws supports an option to show events starting from a given time

Added by Brett Smith almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
SDKs
Target version:
Start date:
07/08/2015
Due date:
Story points:
0.5

Description

arv-ws can live tail the logs for a given pipeline or job, but it won't go back in time. If you want to see logs already written for a running job, you have to use a command like:

arv log list -f '[["object_uuid", "=", "UUID"], ["event_type", "=", "stderr"]]' | jq -r '.items | map(.properties.text) | add'

This isn't very nice. The Python SDK Websockets client has support to start fetching events from a particular point in time. Add an option to arv-ws to start getting events from a specified datetime.


Subtasks 1 (0 open1 closed)

Task #6536: Review branch: 6473-fetch-events-starting-atResolvedRadhika Chippada07/08/2015Actions
Actions

Also available in: Atom PDF