-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
batch job logs when job is not finished or even started #315
Milestone
Comments
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:
I'll try to improve and issue a PR. |
see PR #316 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: