|
|
|
|
|
by mholt
134 days ago
|
|
We can of course host our code elsewhere, the problem is the community is kind of locked-in. It would be very "expensive" to move, and would have to be very worthwhile. So far the math doesn't support that kind of change. Usually an outage is not a big deal, I can still work locally. Today I just happen to be in a very GH-centric workflow with the security reports and such. I'm curious how other maintainers maintain productivity during GH outages. |
|
Local dev usually survives outages just fine. What hurts is losing external signals and assuming things are okay when they’re not.
After a few incidents like this, we stopped relying on a single monitoring setup. One self-hosted probe plus at least one fully independent external check reduced blind spots a lot. It doesn’t prevent outages, but it avoids flying blind during them.