GoogleCloudPlatform / cloud-run-button

Let anyone deploy your GitHub repos to Google Cloud Run with a single click
https://cloud.run
Apache License 2.0
525 stars 91 forks source link

increase timeout #172

Closed jamesward closed 4 years ago

ahmetb commented 4 years ago

Thanks for fixing. What's the context here? Which API is taking longer?

jamesward commented 4 years ago

Sorry for the rush job. Had to get this out super-quick. So Java apps were not starting within the timeout on deploy, resulting in:

Error: the service did not become ready in 30s, check Cloud Console for logs to see why it failed

The revision did actually correctly deploy though.

The default timeout for startup with Cloud Run via gcloud is 4 minutes. So I matched that.