Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub unavailability leads to health check failing #659

Open
1 task done
hypervtechnics opened this issue Feb 20, 2024 · 0 comments
Open
1 task done

GitHub unavailability leads to health check failing #659

hypervtechnics opened this issue Feb 20, 2024 · 0 comments
Labels
awaiting triage This issue needs to be reviewed bug Something isn't working

Comments

@hypervtechnics
Copy link

Description

GitHub had a downtime recently for my network and requests to github were timing out. Though no real impact on the running jellyseerr instance the corresponding status endpoint /api/v1/status timed out as well which led to my monitoring reporting jellyseerr as unhealthy. In my opinion this is either a bug in the implementation of the endpoint or there should be an option to skip the update check when calling the status endpoint.

Version

1.7.0

Steps to Reproduce

  1. Block access to github.com
  2. Call /api/v1/status

Screenshots

No response

Logs

jellyseerr-web-1  | 2024-02-05T21:56:22.621Z [warn][GitHub API]: Failed to retrieve GitHub releases. This may be an issue on GitHub's end. Overseerr can't check if it's on the latest version. {"errorMessage":"connect ETIMEDOUT 140.82.121.6:443"}
jellyseerr-web-1  | 2024-02-05T21:56:41.052Z [warn][GitHub API]: Failed to retrieve GitHub releases. This may be an issue on GitHub's end. Overseerr can't check if it's on the latest version. {"errorMessage":"connect ETIMEDOUT 140.82.121.6:443"}
jellyseerr-web-1  | 2024-02-05T21:57:00.023Z [debug][Jobs]: Starting scheduled job: Download Sync
jellyseerr-web-1  | 2024-02-05T21:58:00.027Z [debug][Jobs]: Starting scheduled job: Download Sync
jellyseerr-web-1  | 2024-02-05T21:59:00.028Z [debug][Jobs]: Starting scheduled job: Download Sync
jellyseerr-web-1  | 2024-02-05T21:59:22.845Z [warn][GitHub API]: Failed to retrieve GitHub releases. This may be an issue on GitHub's end. Overseerr can't check if it's on the latest version. {"errorMessage":"connect ETIMEDOUT 140.82.121.6:443"}

Platform

desktop

Device

Server

Operating System

Ubuntu

Browser

Firefox

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@fallenbagel fallenbagel added the awaiting triage This issue needs to be reviewed label Feb 23, 2024
@gauthier-th gauthier-th added the bug Something isn't working label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage This issue needs to be reviewed bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants