Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no batch job logs while status "created" and "queued" #949

Open
bossie opened this issue Nov 25, 2024 · 0 comments
Open

no batch job logs while status "created" and "queued" #949

bossie opened this issue Nov 25, 2024 · 0 comments

Comments

@bossie
Copy link
Collaborator

bossie commented Nov 25, 2024

I believe this is a relic from when a batch job logged to a file that the driver itself created while running:

if job_info.status in [JOB_STATUS.CREATED, JOB_STATUS.QUEUED]:
return iter(())

Our current logging setup should allow us to simply remove these lines and be compliant with the spec.

Related: Open-EO/openeo-api#315

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant