Open-EO / openeo-spring-driver

openEO driver build on spring using WCPS and ODC storage access
Apache License 2.0
0 stars 0 forks source link

Error 500 if job name is the same of a previously created one #53

Closed clausmichele closed 1 year ago

clausmichele commented 3 years ago

Currently the back-end does not allow to create a new job with the same name as another one, which has been created before. A proper error message must be displayed to guide the users and solve the issue.

clausmichele commented 1 year ago

This has been fixed with this commit https://github.com/Open-EO/openeo-spring-driver/commit/7eb28398aff335349bba48de275214c1bba9a664

The job was in fact created, but an error returned since it was checking for jobs with the same title instead for the same job id.