Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google BigQuery System Status Page?

Is there a page that allows me to see the system status of Google BigQuery? I'm seeing very long request times to just the Google BigQuery API today (via web browser). Some calls are returning a 503 -

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

EDIT: Delays and 503s disappeared as of 4:05 MDT today.

like image 205
Josh Unger Avatar asked Oct 08 '14 21:10

Josh Unger


People also ask

What is Borg in BigQuery?

Borg - Google's large-scale cluster management system - allocates the compute capacity for the Dremel jobs. Dremel jobs read data from Google's Colossus file systems using Jupiter network, perform various SQL operations and return results to the client.


1 Answers

The only page that I know of right now is the bigquery-downtime-notify page.

Other than that, I watch on Stackoverflow if others have a similar problem. I also watch the BigQuery issues page where users can report bugs.

like image 188
YABADABADOU Avatar answered Oct 06 '22 13:10

YABADABADOU