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
526 stars 91 forks source link

Cloud Run API Activation Can Take Time #157

Closed jamesward closed 4 years ago

jamesward commented 4 years ago

screenshot

It is possible that our activation is not working correctly since that code changed recently. So first we should test that. If that is not the problem then we could poll after activation until it is actually activated.

hostirosti commented 4 years ago

To give a bit more context, when the error appeared I went to the console and activated the API there, it was still not enabled. The 2nd attempt to publish went passed that step.

2 possible scenarios here:

  1. Enabling the API failed despite the green checkmark
  2. The API got enabled but propagation takes some time -- thus we would have to wait and prob in the next step till it's shown enabled
ahmetb commented 4 years ago

Found the bug, sent a PR.