-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
Cloud Run fails to serve database files larger than 32MB #749
Comments
Proposed solution: on Cloud Run don't show the "download database" link if the database file is larger than 32MB. I can do this with a new config setting, This is consistent with the existing I should set |
https://cloud.google.com/blog/products/serverless/cloud-run-now-supports-http-grpc-server-streaming indicates this limit should no longer apply:
But I'm still getting errors from Cloud Run attempting to download I filed a question in their issue tracker about that here: https://issuetracker.google.com/issues/173038375 |
I asked about this on Twitter - https://twitter.com/steren/status/1334281184965140483
|
This should get >32MB downloads working on Cloud Run.
I want to test simonw/datasette#749
This works!
|
https://cloud.google.com/run/quotas lists the maximum response size as 32MB.
I spotted a bug where attempting to download a database file larger than that from a Cloud Run deployment (in this case it was https://github-to-sqlite.dogsheep.net/github.db after I accidentally increased the size of that database) returned a 500 error because of this.
The text was updated successfully, but these errors were encountered: