STDOUT/STDERR logs to separate endpoints #127
Labels
priority: high
High priority
status: in progress
Currently being worked on
type: feature
New feature or request
type flag: required by specs
Compliance with specs requires this change
type: maintenance
Related to general repository maintenance
workload: days
Likely takes days to resolve
Is your feature request related to a problem? Please describe.
According to the WES v1.0.0 specs,
stdout
andstderr
in the run and task logs of theGET /runs/{run_id}
response should consist of URLs pointing to these logs, not the logs themselves (as is currently implemented).Describe the solution you'd like
Add an OpenAPI spec for additional endpoints, e.g.,
/logs/stdout/{id}
and/logs/stderr/{id}
where run and task logs can be retrieved from viaGET
requests. Business logic for the existingGET /runs/{run_id}
endpoint needs to be adjusted accordingly.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: