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
It's not specified explicitly how back-end should behave when a batch job is still "created"/"queued".
In VITO backend we currently throw JobNotStarted error, because that seemed fitting, but (D28) validator does not like that.
Should we just return empty list of log entries?
The text was updated successfully, but these errors were encountered:
soxofaan
added a commit
to Open-EO/openeo-geopyspark-driver
that referenced
this issue
Jul 14, 2020
Logs can be used at all stages of a job, but I see that this part can be a bit misleading:
If requested consecutively while a job is running, it is RECOMMENDED that clients use the offset parameter to get only the entries they have not received yet.
GET /jobs/{job_id}/logs
It's not specified explicitly how back-end should behave when a batch job is still "created"/"queued".
In VITO backend we currently throw
JobNotStarted
error, because that seemed fitting, but (D28) validator does not like that.Should we just return empty list of log entries?
The text was updated successfully, but these errors were encountered: