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

Make _cwl_demo work from batch job #1038

Open
EmileSonneveld opened this issue Feb 5, 2025 · 1 comment
Open

Make _cwl_demo work from batch job #1038

EmileSonneveld opened this issue Feb 5, 2025 · 1 comment

Comments

@EmileSonneveld
Copy link
Contributor

Running this graph on CDSE staging gives an error:

{
  "hello": {
    "process_id": "_cwl_demo",
    "arguments": {"name": "Saturn"},
    "result": true
  }
}

OpenEO batch job failed: ProcessUnsupportedException(status_code=400, code='ProcessUnsupported', message="Process with identifier '_cwl_demo' is not available in namespace 'None'.", id='no-request')

The InSAR tool might run more than 15min and would need to be done as a batch job.

@soxofaan
Copy link
Member

soxofaan commented Feb 6, 2025

what I think has to happen here:

  • the openeo processes that wrap the CWL workflows (e.g. _cwl_demo) have to move to a custom_processes.py file in the correct deploy project (os_creodias_openeo_k8s in this case)
  • make sure this file is available in the docker containers (e.g. as config map)
  • set env var OPENEO_CUSTOM_PROCESSES to point to that file

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

No branches or pull requests

2 participants