ebi-ait / checklist

Template repository for checklists
Apache License 2.0
1 stars 0 forks source link

Biovalidator Throws 504 Error when accessions field is included in payload #167

Open KociOrges opened 2 hours ago

KociOrges commented 2 hours ago

The Biovalidator service is throwing a 504 Gateway Timeout error when the accessions field is included in the payload for validation, e.g., "accessions": ["SAMEA2397676"]. The issue appears to be related to the asynchronous validation performed by the isValidIdentifier keyword for accessions.

After some investigation with Isuru, we found that this issue does not occur when running on localhost, suggesting it might be related to the Kubernetes environment.

theisuru commented 2 hours ago

It seems K8s can't access outside world. Need to contact support and ask if we can open connection to identifier.org