We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_others.py
When running with es.biothings.io:9200, test_others.py will fail on
es.biothings.io:9200
query?q=_exists_:gnomad_genome&size=0&assembly=hg38
The root cause is ES search timeout. The original configuration is in config_web.py:
config_web.py
# ES_HOST = 'es.biothings.io:9200' ES_ARGS = { 'timeout': 120, }
With local experiments on su09, a reasonable setting should be >190 seconds.
su09
The text was updated successfully, but these errors were encountered:
Fixed in commit b3d4b84
Sorry, something went wrong.
newgene
erikyao
No branches or pull requests
When running with
es.biothings.io:9200
,test_others.py
will fail onThe root cause is ES search timeout. The original configuration is in
config_web.py
:With local experiments on
su09
, a reasonable setting should be >190 seconds.The text was updated successfully, but these errors were encountered: