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
The current logic in src/utils/monitor.py is to pick the first entry from the servers block of API metadata:
src/utils/monitor.py
servers
smartAPI/src/utils/monitor.py
Line 113 in 9d20791
We should implement a more flexible logic to pick the "preferred" servers.url entry for the uptime monitoring.
servers.url
We can use the same logic from the BTE project, documented here:
biothings/biothings_explorer#442
also summarized in:
NCATSTranslator/TranslatorArchitecture#71 (comment)
The text was updated successfully, but these errors were encountered:
marcodarko
No branches or pull requests
The current logic in
src/utils/monitor.py
is to pick the first entry from theservers
block of API metadata:smartAPI/src/utils/monitor.py
Line 113 in 9d20791
We should implement a more flexible logic to pick the "preferred"
servers.url
entry for the uptime monitoring.We can use the same logic from the BTE project, documented here:
biothings/biothings_explorer#442
also summarized in:
NCATSTranslator/TranslatorArchitecture#71 (comment)
The text was updated successfully, but these errors were encountered: