Skip to content
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

Reduce number of GET requests to S3 storage #87

Open
conorato opened this issue Nov 16, 2020 · 1 comment
Open

Reduce number of GET requests to S3 storage #87

conorato opened this issue Nov 16, 2020 · 1 comment
Labels
enhancement New feature or request server issue linked to the polydodo server app

Comments

@conorato
Copy link
Contributor

As of right now, we send 4 to 8 GET requests to the S3 storage on server startup in order to download the latest server, or to verify if it has to be updated. In order to limit billing and reduce time the server takes to setup, we could try to limit the number of query when loading the models.

@conorato conorato added enhancement New feature or request server issue linked to the polydodo server app labels Nov 16, 2020
@abelfodil
Copy link
Contributor

Zip the models and only download one file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server issue linked to the polydodo server app
Projects
None yet
Development

No branches or pull requests

2 participants