jupyterhub / mybinder.org-deploy

Deployment config files for mybinder.org
https://mybinder-sre.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
76 stars 75 forks source link

GESIS Binder "service": "JupyterHub API", "ok": false #2668

Closed arnim closed 1 year ago

arnim commented 1 year ago

The GESIS Binder health API https://notebooks.gesis.org/binder/health gives

{"ok": false, "checks": [{"service": "Docker registry", "ok": true}, {"service": "JupyterHub API", "ok": false}, {"service": "Pod quota", "total_pods": 60, "build_pods": 0, "user_pods": 60, "quota": 200, "ok": true, "_ignore_failure": true}]}

for launching this is

Found built image, launching...
Launching server...
Launch attempt 1 failed, retrying...
Launch attempt 2 failed, retrying...
Launch attempt 3 failed, retrying...

also strange is https://grafana.mybinder.org/d/nDQPwi7mk/node-activity?orgId=1&var-cluster=GESIS&from=1686645009386&to=1686663294558&viewPanel=34

cc @rgaiacs

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

rgaiacs commented 1 year ago

This is related to https://github.com/jupyterhub/mybinder.org-deploy/issues/2667.

rgaiacs commented 1 year ago

@arnim Thanks for your report. I believe this was resolved. Please reopen if you still encounter the same error.

arnim commented 1 year ago

Thank you 👍