zlacker

[return to "Github.com is down"]
1. 8organ+4V[view] [source] 2023-06-29 22:02:09
>>AlphaW+(OP)
What are folks using to isolate themselves from these sorts of issues? Adding a cache for any read operations seems wise (and it also improves perf). Anyone successfully avoid impact and want to share?
◧◩
2. rwiggi+ie1[view] [source] 2023-06-29 23:59:19
>>8organ+4V
In a previous life, for one org's "GitOps" setup, we mirrored Gitlab onto AWS CodeCommit (we were an AWS shop) and used that as the SoT for automation.

That decision proved wise many times. I don't remember CodeCommit ever having any notable problems.

That said: if you're using GitHub in your actual dev processes (i.e. using it as a forge: using the issue tracker, PRs for reviews, etc), there's really no good way to isolate yourself as far as I know.

[go to top]