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

[working] Webi down, related to GitHub outage #874

Open
coolaj86 opened this issue Aug 15, 2024 · 0 comments
Open

[working] Webi down, related to GitHub outage #874

coolaj86 opened this issue Aug 15, 2024 · 0 comments

Comments

@coolaj86
Copy link
Member

It's now back up.

Webi went down earlier today during the GitHub outage.

The Webi service restarted due to an error in fetching from GitHub that was not properly handled.
(I suspect the random package refresher may be to blame)

After an excessive number of such failures, systemd to stop trying to restart.

This is the related log:

Error: failed to fetch releases from 'https://api.github.com' with user 'foobar'
    at GitHubish.getAllReleases (/home/app/srv/webinstall.dev/installers/_common/githubish.js:54:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async getAllReleases (/home/app/srv/webinstall.dev/installers/_common/github.js:25:13)
    at async getLatestBuildsInner (/home/app/srv/webinstall.dev/installers/_webi/builds-cacher.js:156:14)
    at async /home/app/srv/webinstall.dev/installers/_webi/builds-cacher.js:149:12
    at async getLatestBuilds (/home/app/srv/webinstall.dev/installers/_webi/builds-cacher.js:152:10)
    at async /home/app/srv/webinstall.dev/installers/_webi/builds-cacher.js:395:18

TODO: permanently solve the problem and prevent it from happening again.

@coolaj86 coolaj86 changed the title [working] Webi down due to GitHub outage [working] Webi down, related to GitHub outage Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@coolaj86 and others