gesiscss / orc

This repository was superseded by https://github.com/gesiscss/orc2 - Open Research Computing
https://notebooks.gesis.org/
MIT License
40 stars 12 forks source link

Docker registry service failing #20

Closed arnim closed 3 years ago

arnim commented 3 years ago

Binder health checks failing

Binder health checks failing since yesterday 23:00

// 20201128110613
// https://notebooks.gesis.org/binder/health

{
  "ok": false,
  "checks": [
    {
      "service": "Docker registry",
      "ok": false
    },
    {
      "service": "JupyterHub API",
      "ok": true
    },
    {
      "service": "Pod quota",
      "ok": true,
      "total_pods": 8,
      "build_pods": 0,
      "user_pods": 8,
      "quota": 200
    }
  ]
}
MridulS commented 3 years ago

Restarted the pods, looks okay for now. Need to figure out what's happening here.

arnim commented 3 years ago

Thank's for the quick-fix :bug: :+1:

arnim commented 3 years ago

It started to fail again in about 50% of the cases. Interestingly only the health of the public binder is affected but seemingly not the persistent binderhub.

MridulS commented 3 years ago

yeah it never really fails on persistent one.

MridulS commented 3 years ago

closing this, until next time.