-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Add version pins to various pyobo calls #169
Comments
Could you check which resources specifically are implicated? |
The one I saw in my timeout had to do with ec-codes:
I'll get a list of all resources that are implicated. |
I'm excluding pyobo calls that are in processors, as they are not used when serving the rest api for the discovery apps. I found two instances:
|
Re the EC-codes: The
|
I recently ran into a timeout when testing one of the frontend apps at discovery.indra.bio and saw on the backend that the issue was that there were new files being downloaded for pyobo. To resolve this, we can add version pins for various pyobo calls wherever they show up so that there are no downloads triggered at runtime when calls to the various apps come in.
See also: biopragmatics/pyobo#181 and biopragmatics/pyobo#184.
The text was updated successfully, but these errors were encountered: