Skip to content

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

@bossie

Description

@bossie

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions