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.
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 theisValidIdentifier
keyword foraccessions
.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.