-
Notifications
You must be signed in to change notification settings - Fork 207
Outages
Matt Gaunt edited this page Jan 26, 2022
·
2 revisions
From 2021-10-26 to 2021-10-29 there was no data being capture by gh-archive.
The reason for this stemmed from an error occurring in the obfuscation logic not handling a new data structure returned by GitHub. This error caused additional logs to be printed to a log file which gradual took up all available space on the VM causing it to stop working.
The remediation was to fix the original error and bring up a new VM.
Related Issues: https://github.com/igrigorik/gharchive.org/issues/261
Related PRs: https://github.com/igrigorik/gharchive.org/pull/266