Google BigQuery System Status Page?

Is there a page that allows me to see the system status of Google BigQuery? I see a very long time of queries only for the Google BigQuery API today (via a web browser). Some calls return 503 -

{ "error": { "errors": [ { "domain": "global", "reason": "backendError", "message": "Backend Error" } ], "code": 503, "message": "Backend Error" } } 

EDIT: Delays and 503s have disappeared since 4:05 MDT today.

+5
source share
2 answers

The only page I know about now is a page with a lot of idle requests .

Other than that, I look at fooobar.com/questions/tagged / ... if others have a similar problem. I also look at the BigQuery page where users can report errors.

+2
source

Now you can check out this new page: https://status.cloud.google.com/

You can get information about most Google Cloud Platform products (App Engine, Google Cloud Platform, BigQuery, etc.).

0
source

Source: https://habr.com/ru/post/1204288/


All Articles